Add more assert tests

This commit is contained in:
Spiro Trikaliotis
2022-06-18 22:22:27 +02:00
parent 794ebd7a0b
commit 297a11fcec
11 changed files with 70 additions and 6 deletions

View File

@@ -0,0 +1,8 @@
; 2022-06-18 Spiro Trikaliotis
.assert * = $0000, error, "Code not at $0000"
.assert * = $0001, error, "Code not at $0001"
.assert * = $1000, error, "Code not at $1000"
.assert * = $1001, error, "Code not at $1001"
.assert * = $8000, error, "Code not at $8000"
.assert * = $8001, error, "Code not at $8001"