com.tapina.robe.swi
Class FPEmulator
java.lang.Object
com.tapina.robe.runtime.Block
com.tapina.robe.runtime.DataBlock
com.tapina.robe.module.Module
com.tapina.robe.swi.SWIHandler
com.tapina.robe.swi.FPEmulator
- public class FPEmulator
- extends SWIHandler
Floating point emulator SWIs.
Currently there are no floating point instructions available.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static FPEmulator getInstance()
getBase
public static int getBase()
getMethod
public static java.lang.reflect.Method getMethod(java.lang.Integer offset)
throws java.lang.NoSuchMethodException
- Throws:
java.lang.NoSuchMethodException
Version
public final void Version(Environment env)
- This SWI returns the version of the floating point emulator in use.
- Parameters:
env
- OUT: R0 = version of FPEmulator * 100
version
public final int version()
Copyright © 2003-2005 . All Rights Reserved.