12 lines
135 B
Plaintext
12 lines
135 B
Plaintext
|
#
|
||
|
|
||
|
mes 2,EM_WSIZE,EM_PSIZE
|
||
|
|
||
|
; _hol0 return the address of the ABS block (hol0)
|
||
|
|
||
|
exp $_hol0
|
||
|
pro $_hol0,0
|
||
|
lae 0
|
||
|
ret EM_PSIZE
|
||
|
end ?
|