2020-08-26 23:25:53 +00:00
|
|
|
;ACME 0.97 ; comments are green
|
2014-06-08 17:59:41 +00:00
|
|
|
!serious "This file is not meant to be assembled."
|
|
|
|
|
2020-08-26 23:25:53 +00:00
|
|
|
binary1 = %00001000 ; label names are grey, constants are cyan
|
|
|
|
binary2 = %....#...
|
|
|
|
octal = &0123456789 ; bad constants are bold red
|
|
|
|
decimal = 63
|
|
|
|
hex1 = 0xcd
|
|
|
|
hex2 = $ef
|
2014-06-08 17:59:41 +00:00
|
|
|
!sl "labeldump.l" ; strings are cyan
|
2020-08-26 23:25:53 +00:00
|
|
|
* = $1300
|
2014-06-08 17:59:41 +00:00
|
|
|
+dings ; macro calls are bold
|
|
|
|
else ; keyword: bold
|
|
|
|
!eof ; pseudo: bold
|
|
|
|
-- ; anonymous labels should be bold (white)
|
2020-08-26 23:25:53 +00:00
|
|
|
; base 6502 mnemonics:
|
|
|
|
inx ; normal ones are yellow,
|
|
|
|
beq -- ; all that break sequential flow are red
|
|
|
|
rts
|
|
|
|
; all extended instruction sets:
|
|
|
|
stz ; normal ones are yellow on blue
|
|
|
|
bra ; flow-breaking ones are red
|