Methods
-
checkAvailable(int registers)
→ void
-
Throws CalculatorError(10) if the needed register memory isn't available
-
checkExtendProgramMemory()
→ void
-
Throws CalculatorError(4) if there's no room to add seven bytes
of program memory.
override
-
checkRegisterAccess(int i)
→ void
-
Throws a CalculatorError(3) if the given register does not exist.
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed.
inherited
-
showMemory()
→ String
-
Give the string displayed by the MEM key
override
-
toString()
→ String
-
A string representation of this object.
inherited