mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 18:52:07 +00:00
Increase test coverage (#1661)
This commit is contained in:
@@ -15,3 +15,6 @@ SECTION "Unaligned", ROM0
|
||||
|
||||
println @ & 0
|
||||
println @ & 1 ; Nope
|
||||
|
||||
Floating:
|
||||
println Floating & Aligned ; Neither defined
|
||||
|
||||
@@ -4,4 +4,6 @@ error: const-and.asm(11):
|
||||
Expected constant expression: 'Aligned' is not constant at assembly time
|
||||
error: const-and.asm(17):
|
||||
Expected constant expression: PC is not constant at assembly time
|
||||
error: Assembly aborted (3 errors)!
|
||||
error: const-and.asm(20):
|
||||
Expected constant expression: 'Floating' is not constant at assembly time
|
||||
error: Assembly aborted (4 errors)!
|
||||
|
||||
@@ -5,3 +5,4 @@ $0
|
||||
$A
|
||||
$0
|
||||
$0
|
||||
$0
|
||||
|
||||
Reference in New Issue
Block a user