Test generating direct bytes in LOAD blocks

This commit is contained in:
ISSOtm
2020-03-20 18:29:15 +01:00
parent ebda8255ff
commit 29623c4146
3 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ SECTION "test", ROM0[1]
LOAD "new", WRAM0[$C001] LOAD "new", WRAM0[$C001]
Target: dl DEAD << 16 | BEEF Target: dl DEAD << 16 | BEEF
.end .end
ds 2, $2A
ENDL ENDL
After: After:
jp Target jp Target

View File

@@ -1,3 +1,3 @@
$C001 $C001
$C005 $C005
$8 $A

Binary file not shown.