Chr$ wrote:*little rant alert* I haven't been able to add an image to the wiki or reliably edit/add text since September 2020, since changes were made to the hosting, server, or whatever it was.
At least you have the theoretical right, I was denied flat out last time I tried it Sounds like I haven‘t missed much
Here's a page on my little website with the McGraw Hill Assembler photos and a scanned PDF version of the manual. Anyone that is brave enough to put those pics on the wiki is welcome to try it. https://qxl.win/mcgraw_hill.htm
https://QXL.WIN
Collector of QL related computers, accessories and QL games/software.
Ask me about felt pads - I can cut them to size and they have proven excellent for mdv data recovery.
Ah, I also have this. The included SuperBASIC forms the first version of S_Edit and was copied in much places from TT's sedit.
Have you tried the editor? "cursor_code" are CURSEN and CURDIS (as far as I remember), but there is a missing file ROOM_BIN. The editor holds the text in an array and the two keywords MAKE_ROOM and TAKE_ROOM are used to add or delete an entry in the text array.
RalfR wrote:Ah, I also have this. The included SuperBASIC forms the first version of S_Edit and was copied in much places from TT's sedit.
Have you tried the editor? "cursor_code" are CURSEN and CURDIS (as far as I remember), but there is a missing file ROOM_BIN. The editor holds the text in an array and the two keywords MAKE_ROOM and TAKE_ROOM are used to add or delete an entry in the text array.
I haven't even tried it! Perhaps the ROOM_BIN file gets generated somehow. Write protect tab is missing and all appears to be original.
Double page scanning is so much quicker to undertake Derek, but I will of course replace it with your version when done.
https://QXL.WIN
Collector of QL related computers, accessories and QL games/software.
Ask me about felt pads - I can cut them to size and they have proven excellent for mdv data recovery.
https://QXL.WIN
Collector of QL related computers, accessories and QL games/software.
Ask me about felt pads - I can cut them to size and they have proven excellent for mdv data recovery.
Chr$ wrote:I haven't even tried it! Perhaps the ROOM_BIN file gets generated somehow.
Hmm, not as far as I know. Perhaps you can upload the editor here?
Here it is (zipped in windows, as it's just a text file). Different version perhaps.
Had a little play, seems quite nice.
To get it to run in SBASIC, I had to change the IF....: END Define lines to IF... : RETurn as SBASIC doesn't seem to like then conditional END DEFines, other than that, it seems to work quite well.