This shows you the differences between two versions of the page.
| — |
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 '' | ||
| + | |||
| + | ===== ===== | ||
| + | |||
| + | This is the file: | ||
| + | |||
| + | < | ||
| + | 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 = # | ||
| + | |||
| + | 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 '' | ||
| + | |||
| + | < | ||
| + | r dspvm 2#1_0000 | ||
| + | r dspvp 3F8 | ||
| + | r dco or= 4000</ | ||
| + | |||
| + | {{tag> | ||
| + | |||
| + | |||
| + | ~~DISCUSSION~~ | ||