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
b7f5307de1
collapseos
/
tools
/
tests
/
zasm
/
test5.asm
5 lines
56 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
zasm: add multiplication expressions
2019-05-17 22:22:10 -04:00
ld
a
,
8
*
5
Reference in New Issue
Copy Permalink