Difference between revisions of "OSWORD &56"

From BeebWiki
Jump to: navigation, search
m (moved OSWORD 56 to OSWORD &56)
 
m (1 revision)
 
(2 intermediate revisions by the same user not shown)
(No difference)

Latest revision as of 19:13, 8 March 2015

OSWORD &56 (86 ) - Put bytes to file buffer DVR

XY is a buffer handle.
On entry:
 XY+0..1=number of bytes to put
 XY+2..4=file pointer to the data
 XY+5..6=address of the data
On exit:
 C is set and X contains a failure code if the call failed.
 If the call failed due to insufficient memory, the file
 pointer, data address, and number of bytes left are updated
 to point the the unwritten part.

See Also

Jgharston 13:49, 26 May 2009 (UTC)