Pencioner / nowindlibraries

Automatically exported from code.google.com/p/nowindlibraries
0 stars 0 forks source link

implementing _WGET #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

_WGET("http://foo");
get 'foo' via the hosts internet connection and write it to the default drive 

_WGET("http://foo", &h9000, 0, &h4000)

get foo and write &H4000 bytes starting at offset 0 to &h9000 in msx memory.
like this files can be loaded directly into memory from the internet.

implementing the 3 arguments is essential to control how much may be written, 
making sure the &Hfxxx area is not overwritten.

Original issue reported on code.google.com by janwilm...@gmail.com on 13 Nov 2011 at 7:52

GoogleCodeExporter commented 8 years ago

Original comment by janwilm...@gmail.com on 3 Feb 2013 at 4:17