User Tools

Site Tools


blog:pushbx:2022:1217_new_95lx_setup_script_for_ldebug

Differences

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

Link to this comparison view

blog:pushbx:2022:1217_new_95lx_setup_script_for_ldebug [2022-12-17 13:20:01 +0100 Dec Sat] (current)
ecm created
Line 1: Line 1:
 +====== New 95LX setup Script for lDebug ======
 +
 +Today I updated the lCDebug executable on the HP 95LX. I also changed the ''95lx.sld'' file. Some flags moved around for the disassembler, and the default length of the D and U commands can now be modified. I chose to set a default length of 12 "lines". (The "lines" count does not always correspond exactly to lines displayed.)
 +
 +===== =====
 +
 +This is the file:
 +
 +<code>r dco or= 800
 +r dco6 or= 9200
 +r dco2 or= 111
 +r ior = #16
 +r ioc = #40
 +r dao dao clr 2 or 380
 +r dco3 and= ~ 4000_0000
 +r defaultulines = #12
 +r defaultdlines = #12</code>
 +
 +Changes from prior revision:
 +
 +  * Set DAO 300 (40-column mode, no indent)
 +  * Clear DAO 2 (no blank after comma)
 +  * Set DEFAULTULINES and DEFAULTDLINES
 +
 +
 +Other than that I also tried out running lCDebug with its serial I/O option on the 95LX, making use of the new IRQ sharing support. This worked well. Here's the script file ''ser.sld'' to set up lDebug on COM1:
 +
 +<code>r dspvi 0C
 +r dspvm 2#1_0000
 +r dspvp 3F8
 +r dco or= 4000</code>
 +
 +{{tag>ldebug 95lx}}
 +
 +
 +~~DISCUSSION~~
  
blog/pushbx/2022/1217_new_95lx_setup_script_for_ldebug.txt ยท Last modified: 2022-12-17 13:20:01 +0100 Dec Sat by ecm