From 291f6ba7b54fb01053c8927d526bec5b3a1a111f Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 23 Apr 2025 17:41:47 -0400 Subject: reloc.s: shave off 4 bytes. --- hello.s | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hello.s') diff --git a/hello.s b/hello.s index 8642218..19d0918 100644 --- a/hello.s +++ b/hello.s @@ -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 -- cgit v1.2.3