Re: Adding built-in routines to the euphoria interpretor
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Nov 25, 2006
- 570 views
On Tue, 21 Nov 2006 20:52:29 -0800, "Ryan W. Johnson" <guest at RapidEuphoria.com> wrote: >When i call the fiKernelInfo() function in my test app, it says op >code 182 is unknown. So, it's seems to be partially working, but i'm >missing something somewhere. Does anyone know what else I need to do? See emit_op in emit.e For example (untested!), add FI_OPEN_SESSION to the test:
elsif find(op, {RAND, PEEK, PEEK4S, PEEK4U, NOT_BITS, NOT}) then
Regards, Pete