[A83] Re: Ambivalent Ion programs [83/83+] ADDED in P.P.S., Ambivalent M


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

[A83] Re: Ambivalent Ion programs [83/83+] ADDED in P.P.S., Ambivalent Miragos Programs




> I don't know what happens if you use INVOKE(blah) in an assembly-file but
> you don't feed z80asm with the -plus option...
> I hope it just sees it as a normal call...

I now know:

If you do:
on the command line:
	-DPlus
or in the code itself:
	define	Plus
-> INVOKE(xxxx) as: rst $28 \ DEFW xxxx

Doing neither of those:
-> INVOKE(xxxx) is plain call xxxx

	Henk Poley