z80 assembler optimizer

Any discussions related to the creation of new hardware or software for the ZX80 or ZX81
dr beep
Posts: 2060
Joined: Thu Jun 16, 2011 8:35 am
Location: Boxmeer

Re: z80 assembler optimizer

Post by dr beep »

Ld a,(ix+3)
Add a,a
Sbc a,a
xor c
Ld c,a
User avatar
marste
Posts: 250
Joined: Sun Aug 10, 2014 9:58 pm
Location: Italy
Contact:

Re: z80 assembler optimizer

Post by marste »

If interested here links to some guides to doublecheck and in case add optimizations:
https://www.ticalc.org/archives/files/f ... 28502.html
https://wikiti.brandonw.net/index.php?t ... timization

This one is of a different type but with really a lot of interesting routines and optimization hints https://github.com/Zeda/Z80-Optimized-Routines !
Post Reply