Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
projects:ape65 [2016/02/16 09:33] – darron | projects:ape65 [2024/07/10 12:32] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 79: | Line 79: | ||
< | < | ||
- | pload program / | + | pctrl restore && |
</ | </ | ||
Line 89: | Line 89: | ||
< | < | ||
- | pload program / | + | pctrl restore && |
</ | </ | ||
Line 116: | Line 116: | ||
</ | </ | ||
- | On the PIC32 version, rather than run, we attach to the serial port of the micro. | + | On the PIC32 version, rather than run, we attach to the serial port of the micro. |
< | < | ||
screen / | screen / | ||
Line 122: | Line 122: | ||
</ | </ | ||
- | To exit from screen, perform CTRL + CAPITAL | + | or picocom. |
+ | < | ||
+ | picocom -b 115200 / | ||
+ | X | ||
+ | </ | ||
+ | |||
+ | To exit from screen, perform CTRL + A k, to exit picocom it's CTRL + a q. | ||
With both versions we will see something similar to what is below. | With both versions we will see something similar to what is below. | ||
Line 154: | Line 160: | ||
All the commands documented in the plus/4 user manual on page 182 onward are implemented on the POSIX version of Ape65. There is some variation, however, with the file operations. Ape65 omits the device parameter found in the original TEDMON since it serves no purpose here. | All the commands documented in the plus/4 user manual on page 182 onward are implemented on the POSIX version of Ape65. There is some variation, however, with the file operations. Ape65 omits the device parameter found in the original TEDMON since it serves no purpose here. | ||
- | See this [[http:// | + | See this {{downloads: |
EhBASIC is also included. EhBASIC is a BASIC interpreter written in 6502 assembly code. It can be started with the B command and stopped with CONTROL-S. | EhBASIC is also included. EhBASIC is a BASIC interpreter written in 6502 assembly code. It can be started with the B command and stopped with CONTROL-S. | ||
Line 339: | Line 345: | ||
=== Resources === | === Resources === | ||
- | [[http:// | + | [[http:// |
- | [[https:// | + | |
- | [[http:// | + | [[https:// |
+ | |||
+ | {{downloads: |