mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Add tests for bracketed symbols
This commit is contained in:
6
test/asm/bracketed-symbols.asm
Normal file
6
test/asm/bracketed-symbols.asm
Normal file
@@ -0,0 +1,6 @@
|
||||
X = 42
|
||||
PRINTT "{X}\n"
|
||||
PRINTT "{x:X}\n"
|
||||
PRINTT "{X:X}\n"
|
||||
PRINTT "{d:X}\n"
|
||||
PRINTT "{b:X}\n"
|
||||
5
test/asm/bracketed-symbols.out
Normal file
5
test/asm/bracketed-symbols.out
Normal file
@@ -0,0 +1,5 @@
|
||||
$2A
|
||||
2a
|
||||
2A
|
||||
42
|
||||
101010
|
||||
5
test/asm/bracketed-symbols.out.pipe
Normal file
5
test/asm/bracketed-symbols.out.pipe
Normal file
@@ -0,0 +1,5 @@
|
||||
$2A
|
||||
2a
|
||||
2A
|
||||
42
|
||||
101010
|
||||
Reference in New Issue
Block a user