Fix location of all relevant SECTIONs in tests

If section placement is changed such that those are no longer guaranteed to be
placed at zero, tests would break when they shouldn't.
This commit is contained in:
ISSOtm
2019-09-23 01:28:48 +02:00
parent 22a6a82642
commit dab5f59ed9
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
charmap "A", 1 charmap "A", 1
SECTION "sec", ROM0 SECTION "sec", ROM0[0]
_A_ EQU "A" _A_ EQU "A"
db _A_ db _A_

View File

@@ -10,5 +10,5 @@ testing: MACRO
db _NARG db _NARG
ENDM ENDM
SECTION "Test output", ROM0 SECTION "Test output", ROM0[0]
testing 1, 2, 3 testing 1, 2, 3

View File

@@ -1,2 +1,2 @@
SECTION "sec", ROM0 SECTION "sec", ROM0[0]
db "é" db "é"

View File

@@ -1,4 +1,4 @@
SECTION "All instructions", ROM0 SECTION "All instructions", ROM0[0]
; 8-bit Arithmetic and Logic Instructions ; 8-bit Arithmetic and Logic Instructions