Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
projects:ape65 [2016/02/14 23:24]
darron [I/O]
projects:ape65 [2020/07/19 18:56] (current)
darron [Install]
Line 7: Line 7:
 \\ \\ \\ \\
 {{:projects:65zero2.jpg?200}} {{:projects:65zero2.jpg?200}}
 +\\ \\ 
 +{{:projects:apesdxl.jpg?200}}
 \\ \\  \\ \\ 
 {{:projects:mps6502a.jpg?200}} {{:projects:mps6502a.jpg?200}}
Line 65: Line 67:
 or, the MX270 or, the MX270
 <code> <code>
-p32 program mx170.hex+p32 program mx270.hex
 </code> </code>
  
Line 77: Line 79:
  
 <code> <code>
-pload program /dev/ttyAMA0 mx250_ckpi.hex 24+pctrl restore && pload program /dev/ttyAMA0 mx250_ckpi.hex 24
 </code> </code>
  
Line 87: Line 89:
  
 <code> <code>
-pload program /dev/ttyAMA0 mx270_ckpi.hex 24+pctrl restore && pload program /dev/ttyAMA0 mx270_ckpi.hex 24
 </code> </code>
  
Line 114: Line 116:
 </code> </code>
  
-On the PIC32 version, rather than run, we attach to the serial port of the micro. We can use picocom or screen, for example.+On the PIC32 version, rather than run, we attach to the serial port of the micro. For example, we can use screen,
 <code> <code>
 screen /dev/ttyAMA0 115200 screen /dev/ttyAMA0 115200
Line 120: Line 122:
 </code> </code>
  
-To exit from screen, perform CTRL + CAPITAL A k.+or picocom. 
 +<code> 
 +picocom -b 115200 /dev/ttyUSB0 
 +
 +</code> 
 + 
 +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 152: 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://www.commodore16.com/images/tedmon.pdf|TEDMON]] help file for a better overview of the commands.+See this [[https://wiki.kewl.org/downloads/tedmon.pdf|TEDMON]] help file for a better overview of the commands.
  
 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 347:
 [[http://archive.6502.org/datasheets/synertek_programming_manual.pdf|6502 programming manual]]\\ [[http://archive.6502.org/datasheets/synertek_programming_manual.pdf|6502 programming manual]]\\
 [[https://web.archive.org/web/20060520020051/http://www.themotionstore.com/leeedavison/6502/ehbasic/index.html|EhBASIC]]\\ [[https://web.archive.org/web/20060520020051/http://www.themotionstore.com/leeedavison/6502/ehbasic/index.html|EhBASIC]]\\
-[[http://www.commodore16.com/images/tedmon.pdf|TEDMON]]+[[https://wiki.kewl.org/downloads/tedmon.pdf|TEDMON]]