class MMXRegister
MMXRegister is an X86 MMX register
Public Instance Methods
push_mod_rm_on(spareRegister, stream)
click to toggle source
# File lib/wilson.rb, line 1115 def push_mod_rm_on spareRegister, stream stream << (0b11000000 + id + (spareRegister.id << 3)) end