inseven / opolua

A compiled-OPL interpreter for iOS written in Lua
https://opolua.org
MIT License
12 stars 0 forks source link

Compiler: missing support for CANCEL, IOSIGNAL, POINTERFILTER? #462

Closed kapfab closed 1 month ago

kapfab commented 1 month ago

Looking at the compiler code, it seems that the following EPOC32 keywords are not handled:

tomsci commented 1 month ago

I swear, every time I think I’ve gone through the whole list…

kapfab commented 1 month ago

Hehe. The list of OPL opcodes is such a mess… I’ve compared with my own referential, it should be comprehensive (for EPOC32) with these 3 additions. I’ll now compare the return value types and number of parameters for each command and their data types.