shithub: rgbds

Download patch

ref: 29623c41463fb1e1486b763d9d15d6a23c36b77e
parent: ebda8255ffd6432b57a13fa79797aa0b0db339d2
author: ISSOtm <eldredhabert0@gmail.com>
date: Fri Mar 20 14:29:15 EDT 2020

Test generating direct bytes in LOAD blocks

--- a/test/asm/ram-code.asm
+++ b/test/asm/ram-code.asm
@@ -3,6 +3,7 @@
 	LOAD "new", WRAM0[$C001]
 Target:	dl DEAD << 16 | BEEF
 .end
+	ds 2, $2A
 	ENDL
 After:
 	jp Target
--- a/test/asm/ram-code.out
+++ b/test/asm/ram-code.out
@@ -1,3 +1,3 @@
 $C001
 $C005
-$8
+$A
binary files a/test/asm/ram-code.out.bin b/test/asm/ram-code.out.bin differ