Replace test comments with assertions

This commit is contained in:
Rangi42
2025-07-18 07:40:01 -04:00
parent e99ff5ac45
commit 9a9fd6603c
4 changed files with 14 additions and 3 deletions

View File

@@ -8,3 +8,6 @@ ld a, 1 >> (fzero - 1)
ld a, 1 >> (fzero + 32)
ld a, 1 >>> (fzero - 1)
ld a, 1 >>> (fzero + 32)
; We rely on this landing at address $0000, which isn't *guaranteed*...
assert startof("test") == 0