Page 1 of 1

Assembly Language eComic - Issue 5, yes 5, now available

Posted: Thu Mar 08, 2018 3:36 pm
by NormanDunbar
Well then, here's a surprise. The newest edition of the somewhat irregular periodical eMagazine is now available from http://qdosmsq.dunbar-it.co.uk/download ... Issue_005/. I sent my wife away to Costa Rica, on a sloth hunting expedition, for a couple of weeks, so I had time to get this issue done a lot quicker than the last one.

Please point your browser there and download the current issue (pdf format only) and also, look in the Code folder for this issue's code listings. There are two this time around:

Langtons_ant.asm - assembles with GWASL and with a few minor changes, with QMAC.
Langtons_ant2.asm - assembles with GWASS. Needs a 68020 to assemble and run this version. QPC owners, rejoice!

Enjoy. The next issue is already underway, but may not appear quite so quickly I'm afraid.

Also, the code and LaTeX source for this and all previous issues, except issue 1, are now on GitHub at https://github.com/NormanDunbar/QLAssem ... geMagazine. See the latest issue for details.


Cheers,
Norm.

Re: Assembly Language eComic - Issue 5, yes 5, now available

Posted: Thu Mar 08, 2018 5:45 pm
by Dave
*eyeroll* Thanks Norman. Now I'm going to need a bigger e-bookcase. :)

Re: Assembly Language eComic - Issue 5, yes 5, now available

Posted: Thu Mar 08, 2018 6:26 pm
by tofro
NormanDunbar wrote:Well then, here's a surprise. The newest edition of the somewhat irregular periodical eMagazine is now
Disturbing regularity if the irregular periodical...

Thanks Norman! Got something to read on the plane!

Tobias

Re: Assembly Language eComic - Issue 5, yes 5, now available

Posted: Thu Mar 08, 2018 7:29 pm
by NormanDunbar
Roughly 49 pages of my witterings! Should send you off to sleep, which will kill the journey!

Safe flight.


Cheers,
Norm.

Re: Assembly Language eComic - Issue 5, yes 5, now available

Posted: Thu Mar 08, 2018 9:42 pm
by Derek_Stewart
Hi Norman,

Excellent magazine, it does motivate me to try and prorgramme in assembley language

Re: Assembly Language eComic - Issue 5, yes 5, now available

Posted: Thu Mar 08, 2018 10:15 pm
by NormanDunbar
In which case Derek, it's working! ;)
Thanks - I try to do a good job.

Cheers,
Norm.

Re: Assembly Language eComic - Issue 5, yes 5, now available

Posted: Thu Jul 16, 2020 10:31 am
by NormanDunbar
BUG FIX!

Morning All,

while investigating bit fields - for a different project altogether - I found a bug in Issue 5 of the eComic. On Page 28, section 4.2.1 I mention that a two bit wide bit field, in bits 5 and 6 of a register would be specified as {26:2}. That was correct if I was looking at a two bit wide bit field in bits 5 and 4. I should have specified it as {25:2}.

I've corrected the PDF in the releases area at https://github.com/NormanDunbar/QLAssem ... ag/Issue_5 if you need a corrected version. I'll upload the code at some point shortly.

Cheers,
Norm.

PS. Issue 8 is well under way.