Difference between revisions of "OSWORD &BF"

From BeebWiki
Jump to: navigation, search
m (1 revision)
m (1 revision)
 
(No difference)

Latest revision as of 20:13, 8 March 2015

OSWORD &BF (191) - Fetch URI BBCURI

Fetches a resource specified by a Uniform Resource Indicator.
On entry:
 XY?0=5+string length (send block length)
 XY?1=16 (receive block length)
 XY?2=command
 XY?3=0, holds returned result
 XY+4... CR-terminated URI string
Commands include:
 1=fetch, returns file handle in XY?3 or zero if not found.

See Also

Jgharston 14:23, 26 May 2009 (UTC)