janwilmans / nowindlibraries

Support libraries for nowind interface and developer emulation environment
https://github.com/janwilmans/nowindlibraries
MIT License
1 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