mirror of
https://github.com/NishiOwO/JWasm.git
synced 2025-04-22 01:04:39 +00:00
17 lines
122 B
Plaintext
17 lines
122 B
Plaintext
|
|
.386
|
|
.model flat
|
|
|
|
.code
|
|
|
|
.nocref 1
|
|
.nocref add
|
|
.nocref sym+1
|
|
.nocref sym,
|
|
|
|
sym1:
|
|
db 0
|
|
sym2:
|
|
|
|
end
|