First steps in zx81 machine code, question

Any discussions related to the creation of new hardware or software for the ZX80 or ZX81
sl07h1
Posts: 34
Joined: Mon Feb 22, 2021 7:16 pm

Re: First steps in zx81 machine code, question

Post by sl07h1 »

Wow, thanks! I will check the ROM subroutines....
User avatar
XavSnap
Posts: 1940
Joined: Sat May 10, 2008 4:23 pm
Location: 'Zx81 France' Fb group.

Re: First steps in zx81 machine code, question

Post by XavSnap »

Xavier ...on the Facebook groupe : "Zx81 France"(fr)
sl07h1
Posts: 34
Joined: Mon Feb 22, 2021 7:16 pm

Re: First steps in zx81 machine code, question

Post 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:
sl07h1
Posts: 34
Joined: Mon Feb 22, 2021 7:16 pm

Re: First steps in zx81 machine code, question

Post by sl07h1 »

there is no TASM on linux, right?
User avatar
XavSnap
Posts: 1940
Joined: Sat May 10, 2008 4:23 pm
Location: 'Zx81 France' Fb group.

Re: First steps in zx81 machine code, question

Post 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.
Xavier ...on the Facebook groupe : "Zx81 France"(fr)
sl07h1
Posts: 34
Joined: Mon Feb 22, 2021 7:16 pm

Re: First steps in zx81 machine code, question

Post 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.
User avatar
BarryN
Posts: 151
Joined: Thu Nov 09, 2017 11:34 pm

Re: First steps in zx81 machine code, question

Post 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.
Post Reply