diff --git a/test/asm/ram-code.asm b/test/asm/ram-code.asm index 8fee9d13..5d47fb1d 100644 --- a/test/asm/ram-code.asm +++ b/test/asm/ram-code.asm @@ -3,6 +3,7 @@ SECTION "test", ROM0[1] LOAD "new", WRAM0[$C001] Target: dl DEAD << 16 | BEEF .end + ds 2, $2A ENDL After: jp Target diff --git a/test/asm/ram-code.out b/test/asm/ram-code.out index ad509cfc..22626262 100644 --- a/test/asm/ram-code.out +++ b/test/asm/ram-code.out @@ -1,3 +1,3 @@ $C001 $C005 -$8 +$A diff --git a/test/asm/ram-code.out.bin b/test/asm/ram-code.out.bin index 0c2d78c7..2494277f 100644 Binary files a/test/asm/ram-code.out.bin and b/test/asm/ram-code.out.bin differ