class MemoryRegister

MemoryRegister is a regular Register, but the parser needs to know if it is a primary or secondary register. This form is a private secondary register. Use Register instead of this guy.

Public Instance Methods

memory_register?() click to toggle source
# File lib/wilson.rb, line 983
def memory_register?
  true
end