Page 1 of 2

Finding Artic ZX Assembler 2

Posted: Tue Dec 13, 2016 8:54 am
by mrtinb
There seems to be 2 versions of Artic ZX Assembler.

Artic ZX Assembler 1 can be found here: http://www.zx81stuff.org.uk/zx81/tape/ZXAssembler.

Code: Select all

    <<<< ZX - ASSEMBLER >>>> 
    
    BY D.P.AKNAI  M.STREETON 
  (C) 1982 ARTIC COMPUTING LTD.
Artic ZX Assembler 2 is mentioned in this post: http://forum.tlienhard.com/TS1000/www.t ... 442057.htm.

Code: Select all

    <<<< ZX - ASSEMBLER 2 >>>> 
    
    BY D.P.AKNAI  M.STREETON 
  (C) 1982 ARTIC COMPUTING LTD 
  REVISED BY CARLO DELHEZ, 1991 
Where can I find this?

Re: Finding Artic ZX Assembler 2

Posted: Tue Dec 13, 2016 12:06 pm
by siggi
You can download it from my ZX81-webserver from directory

http://zx81-siggi.endoftheinternet.org/ ... /compiler/

file "zxas2.p"

Load and run it (will copy the assembler into ram address 8192 ...) and start the assembler by
RAND USR 8192

Regards
Siggi

Re: Finding Artic ZX Assembler 2

Posted: Tue Dec 13, 2016 12:13 pm
by mrtinb
siggi wrote:You can download it from my ZX81-webserver from directory
Thanks :D

Re: Finding Artic ZX Assembler 2

Posted: Tue Dec 13, 2016 12:54 pm
by mrtinb
siggi wrote:Load and run it (will copy the assembler into ram address 8192 ...) and start the assembler by
RAND USR 8192
So this version requires a special RAM-PACK at address 8192, and a regular 16K RAM-PACK will not work. :(

Re: Finding Artic ZX Assembler 2

Posted: Tue Dec 13, 2016 12:58 pm
by siggi
Yes, a "special" ram pack having ram at 8K like ZxPand or memotech 64K ram or chroma or ....

Or EO ;-)

Regards
Siggi

Re: Finding Artic ZX Assembler 2

Posted: Tue Dec 13, 2016 1:18 pm
by mrtinb
Do you know if anyone has made a converter from the source in REM-line 2 to readable format like "zx81-scii" or ascii?

Re: Finding Artic ZX Assembler 2

Posted: Tue Dec 13, 2016 2:02 pm
by siggi
Carlo's site does no more exist :(
but the "way back machine" helps:

https://web.archive.org/web/20120112020 ... .demon.nl/

There you can download the complete package.

Regards
Siggi

Re: Finding Artic ZX Assembler 2

Posted: Tue Dec 13, 2016 2:51 pm
by siggi
mrtinb wrote:Do you know if anyone has made a converter from the source in REM-line 2 to readable format like "zx81-scii" or ascii?
No, but according to the manual (see your first link) you can LLIST the source to the printer (or into a BMP-file when using EO): SHIFT-G

Siggi

Re: Finding Artic ZX Assembler 2

Posted: Tue Dec 13, 2016 2:54 pm
by PokeMon
siggi wrote:Carlo's site does no more exist :(
Unfortunately Carlo deceased last year, quite young with 48 years.

http://www.mensenlinq.nl/overlijdensber ... ez-6510502

Re: Finding Artic ZX Assembler 2

Posted: Tue Dec 13, 2016 9:31 pm
by siggi
mrtinb wrote:Do you know if anyone has made a converter from the source in REM-line 2 to readable format like "zx81-scii" or ascii?
Maybe me? :mrgreen:

No, I don't have a line-2 converter. But I wrote a "network printer driver" for ZeddyNet, which "prints" into an ASCII file located on the TNFS-server. Thus if ZXAS2 uses the standard rom-routines for printing, my patched rom could be used to catch the ZXAS2 LLIST output and write it into a file.
If you have a ZXAS2 source file, which is small enough to be used with the ZXAS2-version running at 25000, I could try to "print" the source into an ASCII-file.

Regards
Siggi