Uses of Class
net.sourceforge.uiq3.fx602p.Go_Error
-
Packages that use Go_Error Package Description net.sourceforge.uiq3.fx602p FX-602P simulation. -
-
Uses of Go_Error in net.sourceforge.uiq3.fx602p
Methods in net.sourceforge.uiq3.fx602p that throw Go_Error Modifier and Type Method Description void
Op_Goto. Execute(short Opcode)
execute GOTO operationvoid
Op_GSB. Execute(short Opcode)
Go to subroutine - this op code has the unique property of not raising an error when something goes wrong - but just to ignore the command.
-