[A83] Re: Question about interrupt


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

[A83] Re: Question about interrupt





> 
> How do I do a jump???
> I can do a relative jump... But if the code if too long, that is not
> posible. I think I could solve it with .org command, but how???
> 

intstart:
	nop
	...
	jp farjump-intstart+[HERE IS THE INTERUPT LOCATED]
	...
farjump:
	iret
intend:

grtz,

Sebastiaan Roodenburg




References: