> -----Original Message-----
> Hello,
>
> My notes on patching ws 3.3 from the cpmarchive. I think I have the
> addresses correct on the far left, but I don't have any way to print
> from the m100 so I had to copy from the screen.
> [...]
> 0655 1C 00 d0 63
> 0659 1D 00 0a 63
> 065D 1E 00 b4 64
> 0661 1F 00 9a 64
This is great! I added cursor key support to my copy, and fixed BKSP/DEL
functionality. I skipped adding the 1F entry at 0661h and just went with the
change at 0545h. I did want to mention a typo for the benefit of anyone else
who wants to do this: in the entry for 0659h the address bytes should be DA 63
rather than 0A 63 - it didn't work, so I checked against the address for cursor
left and found the typo.
0659 1D 00 DA 63
jim