bug in z80 library routines website code?

The place for codemasters or beginners to talk about programming any language for the Spectrum.
Post Reply
User avatar
777
Manic Miner
Posts: 526
Joined: Fri Jun 26, 2020 11:23 am
Location: sw uk

bug in z80 library routines website code?

Post by 777 »

it gives me the instruction add_de_a but sjasm doesnt recognize it. what is it actually supposed to be? its from this routine line 41 and 62

https://github.com/breakintoprogram/lib ... ib/gui.z80
i started programming the spectrum when i was 8 :-

1 plot rnd*255,rnd*175
2 goto 1

http://zxspeccy.great-site.net/
User avatar
MustardTiger
Microbot
Posts: 128
Joined: Tue May 02, 2023 8:05 pm

Re: bug in z80 library routines website code?

Post by MustardTiger »

User avatar
777
Manic Miner
Posts: 526
Joined: Fri Jun 26, 2020 11:23 am
Location: sw uk

Re: bug in z80 library routines website code?

Post by 777 »

MustardTiger wrote: Tue Apr 30, 2024 1:34 pm It's a macro, from this file https://github.com/breakintoprogram/lib ... macros.z80
ahh ok thanks
i started programming the spectrum when i was 8 :-

1 plot rnd*255,rnd*175
2 goto 1

http://zxspeccy.great-site.net/
Post Reply