Increase test coverage (#1661)

This commit is contained in:
Rangi
2025-02-16 15:29:16 +01:00
committed by GitHub
parent 993879a2ed
commit c9060c7f2d
5 changed files with 12 additions and 20 deletions

View File

@@ -15,3 +15,6 @@ SECTION "Unaligned", ROM0
println @ & 0
println @ & 1 ; Nope
Floating:
println Floating & Aligned ; Neither defined

View File

@@ -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)!

View File

@@ -5,3 +5,4 @@ $0
$A
$0
$0
$0