home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
283.lha
/
AmigaLibHost_v0.9
/
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-09-07
|
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 )