rubyx/test/risc/position
Torsten Ruger 8322fca7b3 give labels an integer that will end up being the position at runtime
Since integers are first class objects, we need to use an integer object
as the return address. The actual address can not be stored in an
instance variable since it is not an object.
The address is unique to the label and never changes after positioning
(using the int is next up)
2018-05-29 20:26:00 +03:00
..
test_code_position.rb give labels an integer that will end up being the position at runtime 2018-05-29 20:26:00 +03:00
test_instruction_position.rb give labels an integer that will end up being the position at runtime 2018-05-29 20:26:00 +03:00
test_object_position.rb Steamline objectPosition init 2018-05-23 21:34:49 +03:00