mirror of
https://github.com/NishiOwO/JWasm.git
synced 2025-04-22 01:04:39 +00:00
10 lines
114 B
Plaintext
10 lines
114 B
Plaintext
|
|
;--- since v2.11: in 16-bit, exports must be far
|
|
|
|
.286
|
|
.model small
|
|
.code
|
|
p1 proc export
|
|
p1 endp
|
|
end
|