mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Implement opt b and opt g
This commit is contained in:
2
test/asm/opt-b.asm
Normal file
2
test/asm/opt-b.asm
Normal file
@@ -0,0 +1,2 @@
|
||||
OPT b.X
|
||||
PRINTV %..X.X.X.
|
||||
0
test/asm/opt-b.err
Normal file
0
test/asm/opt-b.err
Normal file
1
test/asm/opt-b.out
Normal file
1
test/asm/opt-b.out
Normal file
@@ -0,0 +1 @@
|
||||
$2A
|
||||
2
test/asm/opt-g.asm
Normal file
2
test/asm/opt-g.asm
Normal file
@@ -0,0 +1,2 @@
|
||||
OPT g.x0X
|
||||
PRINTV `.x.x0X0X
|
||||
0
test/asm/opt-g.err
Normal file
0
test/asm/opt-g.err
Normal file
1
test/asm/opt-g.out
Normal file
1
test/asm/opt-g.out
Normal file
@@ -0,0 +1 @@
|
||||
$F55
|
||||
Reference in New Issue
Block a user