mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 19:29:37 +00:00
Replaced '=' by ':=' where applicable and moved the atmos specific assembler
include into the asminc directory. git-svn-id: svn://svn.cc65.org/cc65/trunk@4609 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
207a8ea10d
commit
38a1690968
@ -11,21 +11,21 @@
|
||||
; ---------------------------------------------------------------------------
|
||||
; Low memory
|
||||
|
||||
CAPSLOCK = $20C
|
||||
CURS_Y = $268
|
||||
CURS_X = $269
|
||||
STATUS = $26A
|
||||
TIMER3 = $276
|
||||
KEYBUF = $2DF
|
||||
CAPSLOCK := $20C
|
||||
CURS_Y := $268
|
||||
CURS_X := $269
|
||||
STATUS := $26A
|
||||
TIMER3 := $276
|
||||
KEYBUF := $2DF
|
||||
|
||||
|
||||
; ---------------------------------------------------------------------------
|
||||
; ROM entries
|
||||
|
||||
PRINT = $F77C
|
||||
PRINT := $F77C
|
||||
|
||||
|
||||
; ---------------------------------------------------------------------------
|
||||
; I/O
|
||||
|
||||
SCREEN = $BB80
|
||||
SCREEN := $BB80
|
Loading…
Reference in New Issue
Block a user