Re: A86: Standards


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

Re: A86: Standards



>> just add this to the beginning:
>> 
>> 	.db $C9         ;ret, so if it's run, it doesn't screw up
>> 	.db $FF,$80     ;then some kind of indicator, one or two bytes
>
>If you're going to follow that route, then you might as well do what TI
>did with finexec by calling the internal error routine, rather than just
>returning.

You COULD bring up the classic "Error 05 Break" routine by calling "Set 
4, (IY+9)".  How would you call the built-in routine (Specifically, 
"Error 17 Invalid")?

James Yopp


Follow-Ups: