Constructor
new CmpMemory()
Constructs a new instance of CmpMemory
Methods
isEqual() → {boolean}
Returns:
true if the memory is set to equal
- Type
- boolean
isGreater() → {boolean}
Returns:
true if the memory is set to greater
- Type
- boolean
isGreaterOrEqual() → {boolean}
Returns:
true if the memory is set to greater or equal
- Type
- boolean
isLower() → {boolean}
Returns:
true if the memory is set to lower
- Type
- boolean
isLowerOrEqual() → {boolean}
Returns:
true if the memory is set to lower or equal
- Type
- boolean
isNotEqual() → {boolean}
Returns:
true if the memory is not set to equal
- Type
- boolean