Returning values from a basic extension function

Anything QL Software or Programming Related.
daniel_baum
Bent Pin Expansion Port
Posts: 90
Joined: Sat Aug 26, 2017 11:58 am

Re: Returning values from a basic extension function

Post by daniel_baum »

Hi,

Thanks :)

My function obviously still needs testing properly. I have not tried it at all on QDOS, and I don't know how stable it is after repeated use. At the moment, its purpose is to return the address of a procedure or function, but since I have already added printing out of all of the name table entries that it searches, it would be quite easy to turn it into a very enhanced version of EXTRAS.

I now also have a nice little library of my own assembly-language subroutines, which will make future development much easier.

Jan, your basic function is very similar to the basic function I was using to check my assembler code against, and which I originally wrote to help me find my own assembler basic extension in memory. Kind of important for debugging....

Rgds,

Daniel


daniel_baum
Bent Pin Expansion Port
Posts: 90
Joined: Sat Aug 26, 2017 11:58 am

Re: Returning values from a basic extension function

Post by daniel_baum »

Update - it works on JS and Minerva, and I haven't been able to crash it yet :)

D.


Post Reply