home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Super Net 1
/
SUPERNET_1.iso
/
PC
/
OTROS
/
MSDOS
/
WATTCP
/
UNZIPPED
/
BOOTP
/
PEEKL.ASM
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Assembly Source File
|
1987-04-30
|
384 b
|
25 lines
include masmdefs.hsm
include model.hsm
codedef PEEKL
datadef
cstart PEEKL
cpublic peekl
push si
mov bx,es
les si,dword ptr @ab[bp]
mov ax,es:[si]
mov dx,es:[si+2]
mov es,bx
pop si
creturn peekl
cend PEEKL
end