home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Elysian Archive
/
AmigaElysianArchive.iso
/
prog
/
arexx
/
alib.lha
/
alhsup.rexx
< 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
OS/2 REXX Batch file
|
1989-08-21
|
197 b
|
10 lines
/* AmigaLibHost Support Subroutines */
PEEK:
arg location,size
return c2d( import( d2c(location,4),size ),size )
POKE:
arg location,value,size
call export( d2c(location,4),d2c(value,size),size )