diff options
Diffstat (limited to 'hello.s')
-rw-r--r-- | hello.s | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -144,6 +144,8 @@ end_str: .byte "My code ends at $",0 memlo_str: .byte EOL, "MEMLO is currently set to $",0 relax_str: .byte EOL, EOL, "Watchen das blinkenlights...",EOL,0 + .out .sprintf("hello.s code size $%04x (%d)", (* - start_addr), (* - start_addr)) + .ifndef RAW end_addr: .word INITAD |