This website requires JavaScript.
Explore
lain.church
Help
Register
Sign In
izaya
/
collapseos
Watch
1
Star
1
Fork
0
You've already forked collapseos
Code
Issues
Pull Requests
Releases
Wiki
Activity
2f0dd5d668
collapseos
/
tools
/
tests
/
zasm
/
test5.asm
4 lines
46 B
NASM
Raw
Normal View
History
Unescape
Escape
zasm: add support for + expressions
2019-05-14 15:26:29 -04:00
; test expressions
ld
a
,
'A'
+
3
zasm: add support for subtractions in expressions
2019-05-14 16:38:19 -04:00
ld
a
,
'A'
-
0x20
Reference in New Issue
Copy Permalink