AMOSi:Ssave

From Amiga Coding
Revision as of 02:45, 17 November 2007 by Spellcoder (talk | contribs) (Extracted from the AMOSPro V2.00 helpfile)
Jump to: navigation, search

Saves a section of memory at a specific point in a file.


Ssave channelnumber, startaddress to endaddress

Channel number is the number of a file you've opened previously with the OPEN IN File_Number,"Name" instruction.


startaddress is the address of the first byte to be transferred.


endaddress is the address of the final one.


The data is saved starting from the current file position, as returned by the POF function.