Uses of Class
net.sourceforge.uiq3.fx602p.L_Register
-
Packages that use L_Register Package Description net.sourceforge.uiq3.fx602p FX-602P simulation. -
-
Uses of L_Register in net.sourceforge.uiq3.fx602p
Fields in net.sourceforge.uiq3.fx602p declared as L_Register Modifier and Type Field Description private L_Register[]
Calculator. L
The L-Register are used for general calculations.Methods in net.sourceforge.uiq3.fx602p that return L_Register Modifier and Type Method Description L_Register
Calculator. L(int Nr)
The M-Register are used for general data storage.Methods in net.sourceforge.uiq3.fx602p with parameters of type L_Register Modifier and Type Method Description (package private) void
L_Register. Assign(@NotNull L_Register Right)
Assign one L-Register to another one
-