mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-08 20:58:06 +11:00
6 lines
67 B
NASM
6 lines
67 B
NASM
; comment
|
|
add a, b ; comment
|
|
inc a ; comment
|
|
; comment
|
|
.db 42
|