Module registers

Module registers 

Source
Expand description

0x02 Register operations (set, move, stack)

  • 0x0201 set_top:target top:32
  • 0x0202 set_bottom:target bottom:32
  • 0x0203 clear_range
  • 0x0204 move_to_float:float unsigned:16
  • 0x0205 move_from_float:unsigned float:16
  • 0x0210 push:unsigned
  • 0x0211 pop:unsigned
  • TODO 0x0212 PUSH RANGE
  • TODO 0x0213 POP RANGE
  • TODO 0x0220 REVERSE RANGE
  • TODO 0x0221 SWAP3 $start <$target> $end

Constants§

CLEAR_RANGE
GET_COMPARE
MOVE_FROM_FLOAT
MOVE_TO_FLOAT
POP
PUSH
SET_BOTTOM
SET_MASK
SET_TOP

Functions§

clear_range
0x0203 clear_range
get_compare
0x0220 get_compare:target
move_from_float
0x0205 move_from_float:unsigned float:16
move_to_float
0x0204 move_to_float:float unsigned:16
operation_set
Returns register operations.
pop
0x0211 pop:unsigned
push
0x0210 push:unsigned
set_bottom
0x0202 set_bottom:target bottom:32
set_top
0x0201 set_top:target top:32