Hi, Glad it worked out. Sorry about the typo, my scribbles on paper are not always that legible, even to me and 0A63 is way too low so I should have caught that. I realized that with the change to bksp/del key, the help menu is 'wrong' but I think that message is in one of the overlays. Probably can be fixed too, just need to poke around a bit and since it is text, it is easier to find in the file.
I found it is easier to look at things with DDT running in my unix cpm emulator, and then I can cut and paste from the cpm window to a unix xterm or whatever, like a spreadsheet. Can't test everything (don't have the m100 keys in the emulator) but it is a much easier way to write down things. Started on the keyboard dispatch table with addresses in a libre office sheet. Jonathan [email protected] ________________________________________ Från: M100 [[email protected]] för Jim Anderson [[email protected]] Skickat: den 7 november 2020 17:09 Till: [email protected] Ämne: Re: [M100] patching wordstar 3.3 for the m100 keyboard > -----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 --- När du skickar e-post till SLU så innebär detta att SLU behandlar dina personuppgifter. För att läsa mer om hur detta går till, klicka här <https://www.slu.se/om-slu/kontakta-slu/personuppgifter/> E-mailing SLU will result in SLU processing your personal data. For more information on how this is done, click here <https://www.slu.se/en/about-slu/contact-slu/personal-data/>
