mirror of
https://github.com/mnaberez/py65.git
synced 2025-02-06 18:30:26 +00:00
Document loading from a URL
This commit is contained in:
parent
fd2396f559
commit
dfdafc6344
@ -228,6 +228,11 @@ Command Reference
|
||||
the first two bytes to be a Commodore-style load address. It will start
|
||||
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>
|
||||
|
||||
Display the contents of memory an address range::
|
||||
|
Loading…
x
Reference in New Issue
Block a user