mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-08 18:38:05 +11:00
8 lines
85 B
NASM
8 lines
85 B
NASM
; comment
|
|
add a, b ; comment
|
|
inc a ; comment
|
|
; comment
|
|
.db 42
|
|
.dw 42
|
|
.dw 3742
|