;******* Comment ; ; //******* Comment include "m8c.inc" include "memory.inc" ; Labels Const1: equ 1 $Const2: equ 2 Const?3: equ 3 Con$?st4: equ 4 ?$_ha: equ 5 ?$Const6: equ 6 Con_st7: equ 7 ; ERROR: 1label: ; Local labels .local: .Const1: blk 1 .$Const2: blk 2 .Const?3: blk 3 .Con$?st4: blk 4 .?$_ha: blk 5 .?$Const6: blk 6 .Con_st7: blk 7 ; ERROR: .1l: .lab22:: ; Literals lit_dec: db 123, 1, 9, 0123d, 023D, 89d, 99D lit_hex: db $123FF, 0x9A, 0x9a, 0ABh, 0abh lit_bin: db 10b, 0b1010, 0B0101, %101 lit_oct: db 177o, 177O, 177q, 177Q, 017 ; ERROR: lit_dec_err: db 5b66 lit_hex_err: db b, C, ffh, EEh lit_bin_err: db %2103 lit_oct_err: db 0877, ; Macros macro BIT_ENABLE call fumble_bit endm area flash(RAM) area text(ROM,REL) IF 0 elsif else nop endif Registers: add A dec X add a dec x and F, ~0xEF add SP, -5 swap SP, A add A, [X +