Created
August 5, 2024 04:05
-
-
Save Ismael-VC/aaaa4110d7377884f89c56c6876cc612 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ ~ cat blimtest.tal | |
|100 | |
;foo print | |
;bar print | |
;baz print | |
BRK | |
@print ( str* -- ) | |
LDAk #18 DEO | |
INC2 LDAk ?print | |
POP2 JMP2r | |
@foo "(foo) 0a00 | |
@bar "{foo} 0a00 | |
@baz "[baz] 0a00 | |
➜ ~ uxnasm blimtest.tal rom | |
Assembled rom in 50 bytes(0.08% used), 4 labels, 0 macros. | |
➜ ~ drifblim blimtest.tal rom | |
Assembled rom in 50 bytes(5 labels). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment