Re: 83 asm question.


[Prev][Next][Index][Thread]

Re: 83 asm question.



>does anyone have any idea how i can do in 83 asm the equivalent of=20
>ZShell's CALL_Z() ?=20
>=20
>(and please don't say 'jr z,label'.... it has to be a call, something=20
>that responds to a ret)=20
=20
Try this:=20
 call z,label=20
=20
In 83 asm you don't need special functions for jumps, you can use Z80=20
code directly.=20
Just make sure you have a '.org 9327h' before your code in the source=20
and TASM=20
will take care of everything.=20
=20
/Per Rylander=20


References: