mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-29 14:27:50 +00:00
Add more test coverage for RGBASM (#1256)
This also fixes two bugs: `-1 >>> 32` was -1 not 0, and `macro_FreeArgs` should have been called but wasn't.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
Hello world! I am 15 years old today!
|
||||
signed -000000042 == unsigned 4294967254
|
||||
db $70 % 26 ; $08
|
||||
42 = $2a = %101010 = &52 != 42.00000
|
||||
roses are red
|
||||
violets are blue
|
||||
void are 0
|
||||
|
||||
Reference in New Issue
Block a user