![]() | Logo by Nickman (anonymous IP: 107.21.186.38) | |||||||||||||
| ||||||||||||||
Audio (307) Datatype (46) Demo (166) Development (463) Document (18) Driver (77) Audio (10) Filesystem (7) Graphics (2) Handler (6) Input (10) Misc (21) Network (2) Printer (4) Storage (9) Utility (5) Video (1) Emulation (125) Game (722) Graphics (384) Library (58) Network (160) Office (43) Utility (623) Video (47) Total files: 3239 Full index file. Download Recent index file. Download
 Amigans.net  OpenAmiga  Aminet  UtilityBase  IntuitionBase  AmigaBounty
Support the site
|
This handler works more or less the same as Peter Corlett's MEM-Handler on Aminet: http://aminet.net/package/disk/misc/MEM-Handler371 It can be useful when programming, f.e. when you might have some data in memory and for some reason you need to be able to access it as a file but do not want to create a temporary file on disk or in "T:". Installation: 1. Drag'n'drop MEM into DEVS:DOSDrivers 2. Copy MEM-Handler to L: Usage: MEM:<LENGTH/A>/<BASE>/<RO=READONLY/S> LENGTH/A - size of the file to create BASE - base address of memory for file (if not provided, MEM-Handler will allocate MEMF_PRIVATE|MEMF_CLEAR memory using AllocVec) RO=READONLY/S - if this is used the created file will be write protected LENGTH and BASE can be in either decimal (no prefix), octal (beginning with "0") or hexadecimal (beginning with "0x" or "$") number system. Example (can cause DSIs, don't run!): Read 13 bytes beginning at address 0x590eb038 to the file "RAM:test.bin": copy MEM:13/0x590eb038 RAM:test.bin Changes: 52.2 (22-Sep-2010) - Added support for ACTION_SHUTDOWN and ACTION_GET_DISK_FSSM packets 52.1 (26-Jun-2009) - First released version |
| Copyright (c) 2004-2013 by Björn Hagström All Rights Reserved Amiga OS and its logos are registered trademarks of Hyperion Entertainment |