Page 2 of 2

Re: First steps in zx81 machine code, question

Posted: Mon Jul 19, 2021 1:21 am
by sl07h1
Wow, thanks! I will check the ROM subroutines....

Re: First steps in zx81 machine code, question

Posted: Mon Jul 19, 2021 3:40 am
by XavSnap

Re: First steps in zx81 machine code, question

Posted: Tue Jul 20, 2021 2:26 am
by sl07h1
I was about to ask for a comprehensible list of the ROM routines, but you answered me, I was about to ask for a tool to compile assembler an put into a .p file, you answered that too....

:shock: :shock:

Re: First steps in zx81 machine code, question

Posted: Tue Jul 20, 2021 2:27 am
by sl07h1
there is no TASM on linux, right?

Re: First steps in zx81 machine code, question

Posted: Tue Jul 20, 2021 4:55 am
by XavSnap
TASM can run with "wine" on Linux platforms.

But, just have a look to the "DosBox" distribution to run TASM...
https://www.dosbox.com/download.php?main=1

8-)

Have fun.

Re: First steps in zx81 machine code, question

Posted: Wed Jul 21, 2021 4:05 pm
by sl07h1
Yeah, I tried with DosBox and no problem, so now I'm using my everyday IDE to code the asm, compile with tasm to a .p file that generates a REM line, test in Zesarux and load in my ZX81 with Tape Utilities.

This will be fun!

Thanks.

Re: First steps in zx81 machine code, question

Posted: Wed Jul 21, 2021 4:47 pm
by BarryN
I'm using zcc from the Z88DK.

Z88DK is a collection of software development tools that targets the 8080 and z80 family of machines. It allows development of programs in C, assembly language or any mixture of the two. What makes z88dk unique is its ease of use, built-in support for many z80 machines and its extensive set of assembly language library subroutines implementing the C standard and extensions.