This website requires JavaScript.
Explore
Help
Sign In
izaya
/
collapseos
Watch
1
Star
0
Fork
0
You've already forked collapseos
mirror of
https://github.com/hsoft/collapseos.git
synced
2024-11-08 16:28:05 +11:00
Code
Issues
Releases
Wiki
Activity
6811d98618
collapseos
/
apps
/
zasm
/
tests
/
test1.asm
8 lines
85 B
NASM
Raw
Normal View
History
Unescape
Escape
zasm: allow blank lines in asm source code
2019-05-01 06:24:45 +10:00
; comment
add
a
,
b
; comment
inc
a
; comment
; comment
zasm: add support for ".db" directive
2019-05-02 01:26:41 +10:00
.db
42
zasm: add support for the ".dw" directive
2019-05-02 04:07:01 +10:00
.dw
42
.dw
3742
Reference in New Issue
Copy Permalink