modified: README.md

This commit is contained in:
Hrvoje Čavrak 2017-12-28 21:37:30 +01:00
parent bfbf32126d
commit c332d90690
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ For BASIC, the target address was E000 hex.
Simply type E000 and press enter, this will specify the upload target address. Then run the TFTP client on your computer and upload the binary file (adjust your target IP accordingly):
```
atftp -l apple-basic.bin 192.168.1.2
atftp -p -l software/basic-0xE000.bin 192.168.1.2
```
After TFTP client finishes, simply run the program from target location by typing the location followed by the letter R. If you just transferred BASIC, you would type E000R and be greeted with the '>' prompt.