[A83] Re: Macros
[Prev][Next][Index][Thread]
[A83] Re: Macros
Here is the syntax
#define line(xx,yy,aa,bb) ld de,xx*256+yy \ ld bc,aa*256+bb \ ld h,1 \
bcall(_iline)
Hope that help
Paxl
On Saturday 07 July 2001 08:34 pm, you wrote:
> Hey all - I am trying to write a different version of asm and I noticed
> somewhere on this list that certain types of macros could be used such as
> like
>
> Line(xxxx,yyyy,aaaa,bbbbb) = ld de,xxxx*256+yyyy \ ld hl,aaaa*256+bbbb \
> bcall(_iline)
>
> how do i do those type of things if they are possible?
>
> -joel seligstein
> joel@basm.org
> www.basm.org
References: