jwasm/Regress/EXPORT1.ASO
2014-06-18 19:16:56 +04:00

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