"L'assembleur de L'oric 1 et Atmos" now available

Here is the place to discuss about the magazines (CEO Mag, OUM, Rhetoric, Theoric, Hebdogiciel, ... are all welcome here) and books.
User avatar
Dbug
Site Admin
Posts: 4437
Joined: Fri Jan 06, 2006 10:00 pm
Location: Oslo, Norway
Contact:

"L'assembleur de L'oric 1 et Atmos" now available

Post by Dbug »

Thanks to Ephy who scanned the book, you can now download the PDF version of "L'assembleur de L'oric 1 et Atmos", it's in French of course :)
http://www.defence-force.org/computing/ ... /index.htm

The book is not fabulously incredible, but it is very progressive and shows in the side the BASIC equivalent of the various instructions.
The biggest problem is that the syntax used by their assembler will be kind of confusing because it's different from the one used by most modern assemblers (such as XA), and also it tends to use decimal in most places instead of hexadecimal.

So in the book you will see that:

LDA 83 ; "S"
STA (48042) ; Print location


which in other assemblers would have been

LDA #83 ; "S"
STA 48042 ; Print location


it's not a major problem when you know about it :)
User avatar
peacer
Flight Lieutenant
Posts: 451
Joined: Wed Jun 09, 2010 9:23 pm
Location: Turkey
Contact:

Re: "L'assembleur de L'oric 1 et Atmos" now available

Post by peacer »

Even I don't speak flag_fr , that's a great effort. Thanks so much !
Post Reply