Re: A86: Re: User Interupt routine size


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

Re: A86: Re: User Interupt routine size




You should probably put it at the end of the program's allocated 
memory.. It has close to 10k of space and most programs don't use 
nearly that much.  Most of the time you should have no trouble and it 
not very hard.. just make a jump to like $F500 and store the actual 
routine there.. you could easily keep a 1k handler there but you 
probably should have a handler of that size because it's called 200 
times a second.. 


Follow-Ups: References: