populate .inc file with parameters for homade compiler, will change format
This commit is contained in:
parent
c8484975a8
commit
8d5cf37448
1 changed files with 20 additions and 0 deletions
20
wip-hugo/userside.inc
Normal file
20
wip-hugo/userside.inc
Normal file
|
@ -0,0 +1,20 @@
|
|||
;;; -*- Mode: asm; indent-tabs-mode: t; tab-width: 8 -*-
|
||||
|
||||
;; Note that this file should never be actualy be linked by the assembly directly
|
||||
;; The file is used for the homade assembler to now the parameters of different public routines
|
||||
|
||||
;;routine line
|
||||
X_end = $EF
|
||||
Y_end = $F0
|
||||
X_pos = $FC
|
||||
Y_pos = $FB
|
||||
|
||||
;;routine pixel_draw
|
||||
Y_pos = $FB
|
||||
X_pos = $FC ; 16-bit value (uses FD)
|
||||
|
||||
;; routine char_draw
|
||||
X_pos = $FA
|
||||
Y_pos = $F9
|
||||
charset = $FB
|
||||
code = $FE
|
Loading…
Add table
Reference in a new issue