[Coco] USRx() and adding more parameters?
Juan Castro
jccyc1965 at gmail.com
Wed Nov 5 08:37:19 EST 2025
Em qua., 5 de nov. de 2025 às 01:52, William Astle via Coco <
coco at maltedmedia.com> escreveu:
> On 2025-11-04 20:14, Allen Huffman via Coco wrote:
> >
> > Since it jumps from BASIC into the USR assembly, couldn’t that code just
> parse a “,” and more numbers, allowing it to accept whatever needed to be
> passed in?
> >
> > A=USR0(1,2,3,4)
>
> Almost. It would have to look like:
>
> A=USR0(1),2,3,4
>
> The closing parenthesis is already validated by the time the USR handler
> starts.
Mmmmmm. That's a thing I *could* fix.
More information about the Coco
mailing list