SJASM vs TASM

Any discussions related to the creation of new hardware or software for the ZX80 or ZX81
Post Reply
MrVertigo
Posts: 106
Joined: Fri May 27, 2022 9:06 pm

SJASM vs TASM

Post by MrVertigo »

Has anyone used both of these assemblers to know which one is best for ZX81 development? I’ve seen both recommended.
dr beep
Posts: 2080
Joined: Thu Jun 16, 2011 8:35 am
Location: Boxmeer

Re: SJASM vs TASM

Post by dr beep »

The compiler is only doing the compiling.
The coding itself is done in a simple texteditor

I started with SJASM and never switched nor would I say SJASM or TASM is better.
MrVertigo
Posts: 106
Joined: Fri May 27, 2022 9:06 pm

Re: SJASM vs TASM

Post by MrVertigo »

Thanks.

Where is the beat place for me to learn about labels in my assembly code, for strings and jumps etc?
Spinnetti
Posts: 255
Joined: Sat Sep 12, 2020 11:29 pm

Re: SJASM vs TASM

Post by Spinnetti »

I like keeping it simple... FASMW-ZX works great.
Zeddy: ZX80, ZX81/ZXpand, TS1000/ZXpand, TS1500/Zxpand+,Printer
Speccy: 48k, +, +2, +3, TS2068, "Bare Metal" Pi, Next KS2, IF1/Microdrives/Vdrive/Light Gun/VGA-Joy
QL: Minerva/QL-VGA/Custom PSU
C5: 24v, LiFE battery, Disc brakes
MrVertigo
Posts: 106
Joined: Fri May 27, 2022 9:06 pm

Re: SJASM vs TASM

Post by MrVertigo »

That looks interesting. Thanks.
Post Reply