modify and add tests

This commit is contained in:
mvax
2023-05-06 16:22:04 -04:00
parent 11cc5b6f06
commit 560085cb17
2 changed files with 32 additions and 13 deletions

View File

@@ -2,12 +2,6 @@
.export _main
.segment "ZEROPAGE"
zplabel:
.segment "CODE"
abslabel:
; exit with 0
_main:
@@ -17,13 +11,6 @@ _main:
tax
rts
.feature addrsize +
.assert .addrsize(zplabel) = 1, error, ".addrsize 1 expected for ZEROPAGE"
.assert .addrsize(abslabel) = 2, error, ".addrsize 2 expected for absolute"
.feature addrsize -
.feature at_in_identifiers on
ident@with@at:
rts