Object
tracks 2 registers storing a value bigger than each
# File metasm/cpu/ia32/compile_c.rb, line 58 def initialize(low, high) @low, @high = low, high end
# File metasm/cpu/ia32/compile_c.rb, line 61 def sz; 64 end