Re: Adding built-in routines to the euphoria interpretor
- Posted by Matt Lewis <matthewwalkerlewis at gmail.com> Nov 22, 2006
- 581 views
Ryan W. Johnson wrote: > > I'm trying to add some built-in routines to the eu interpretor. When I execute > a test program that calls the function "fiKernelInfo", it's telling me > "unknown > opcode: 182". <snip> It looks like you forgot to update emit_op() in emit.e. Matt