McGraw-Hill Assembler
-
- Font of All Knowledge
- Posts: 4684
- Joined: Mon Dec 20, 2010 11:40 am
- Location: Sunny Runcorn, Cheshire, UK
Re: McGraw-Hill Assembler
Of course...dilwyn wrote:... other than that, it seems to work quite well.

(after changing FNAME$ to fnam$)
7000 4E75
Re: McGraw-Hill Assembler
Forgot to mention that.RalfR wrote:Of course...dilwyn wrote:... other than that, it seems to work quite well.
(after changing FNAME$ to fnam$)
It has a couple of oddities which I'd change, such as ending with a NEW comnmand, but overall quite nicely written.
--
All things QL - https://dilwyn.theqlforum.com
All things QL - https://dilwyn.theqlforum.com
-
- Font of All Knowledge
- Posts: 4684
- Joined: Mon Dec 20, 2010 11:40 am
- Location: Sunny Runcorn, Cheshire, UK
Re: McGraw-Hill Assembler
Hi,
I downloaded the Editor file, can not believe that it is Superbasic. Just shows how good Superbasic is.
There might be a slight delay on the Manual, as I tested positive for Covid-19 this morning, only have a headache, I though it the the Beer...
I can not understand how I got infected, I have been triple jabbed, do not talk to anyone and stay in the house trying the programme the QL...
I downloaded the Editor file, can not believe that it is Superbasic. Just shows how good Superbasic is.
There might be a slight delay on the Manual, as I tested positive for Covid-19 this morning, only have a headache, I though it the the Beer...
I can not understand how I got infected, I have been triple jabbed, do not talk to anyone and stay in the house trying the programme the QL...
Regards,
Derek
Derek
Re: McGraw-Hill Assembler
Important to remind, thatdilwyn wrote:...but overall quite nicely written.
1030 xl=400: xc=76: DIM txt$(xl,xc)
"xl" is the max.number of lines, "xc" is the max. number of characters in a line.
7000 4E75
Re: McGraw-Hill Assembler
OMG, sorry to hear that Derek. The variants of the damn virus are getting so infectious nowDerek_Stewart wrote:Hi,
I downloaded the Editor file, can not believe that it is Superbasic. Just shows how good Superbasic is.
There might be a slight delay on the Manual, as I tested positive for Covid-19 this morning, only have a headache, I though it the the Beer...
I can not understand how I got infected, I have been triple jabbed, do not talk to anyone and stay in the house trying the programme the QL...

Best wishes for a speedy recovery Derek.
--
All things QL - https://dilwyn.theqlforum.com
All things QL - https://dilwyn.theqlforum.com
Re: McGraw-Hill Assembler
I printed off a listing, only 7 pages. Very few REM statements, quite a few GOTOs, but makes very good use of meaningful names and well structured into procedures. The code is easy to follow if anyone wants to tinker with it.RalfR wrote:Important to remind, thatdilwyn wrote:...but overall quite nicely written.
1030 xl=400: xc=76: DIM txt$(xl,xc)
"xl" is the max.number of lines, "xc" is the max. number of characters in a line.
BTW, Ralf, see your PMs (as the Forum's email notifictions still don't seem to be working)...
--
All things QL - https://dilwyn.theqlforum.com
All things QL - https://dilwyn.theqlforum.com
Re: McGraw-Hill Assembler
The original "Sedit" program by TT is in the Quanta Library, including the ROOM_bin file.RalfR wrote:Hmm, not as far as I know. Perhaps you can upload the editor here?Chr$ wrote:I haven't even tried it! Perhaps the ROOM_BIN file gets generated somehow.
BSJR
Re: McGraw-Hill Assembler
Yes, there is one disk with things from TT. His editor is a bit unusual to useBSJR wrote:The original "Sedit" program by TT is in the Quanta Library, including the ROOM_bin file.

My McGrawhill editor also uses ROOM_BIN, so may be a later version...who knows.
7000 4E75
- NormanDunbar
- Forum Moderator
- Posts: 2470
- Joined: Tue Dec 14, 2010 9:04 am
- Location: Buckie, Scotland
- Contact:
Re: McGraw-Hill Assembler
Consider it done https://qlwiki.theqlforum.com/doku.php?i ... _assembler however, there was much wailing, gnashing of teeth and "Error 403 Forbidden" all over the place.Chr$ wrote: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
Cheers,
Norm.
Why do they put lightning conductors on churches?
Author of Arduino Software Internals
Author of Arduino Interrupts
No longer on Twitter, find me on https://mastodon.scot/@NormanDunbar.
Author of Arduino Software Internals
Author of Arduino Interrupts
No longer on Twitter, find me on https://mastodon.scot/@NormanDunbar.