mirror of
https://github.com/mnaberez/py65.git
synced 2025-08-07 22:25:01 +00:00
Document loading from a URL
This commit is contained in:
@@ -228,6 +228,11 @@ Command Reference
|
|||||||
the first two bytes to be a Commodore-style load address. It will start
|
the first two bytes to be a Commodore-style load address. It will start
|
||||||
reading the file at byte 0, not byte 2.
|
reading the file at byte 0, not byte 2.
|
||||||
|
|
||||||
|
If the filename is a URL, it will be retrieved::
|
||||||
|
|
||||||
|
.load https://github.com/mnaberez/py65/raw/0.11/examples/ehbasic.bin 0000
|
||||||
|
Wrote +65536 bytes from $0000 to $ffff
|
||||||
|
|
||||||
.. describe:: mem <address_range>
|
.. describe:: mem <address_range>
|
||||||
|
|
||||||
Display the contents of memory an address range::
|
Display the contents of memory an address range::
|
||||||
|
Reference in New Issue
Block a user