pub fn get_standard_set() -> OperationSetExpand description
Returns the standard operation set.
ยงOperations
-
0x0000noop -
0x0101control::jump:address -
0x0102control::call:address -
0x0103return (control::call_return) -
0x0104control::gotodirect:32 -
0x0105control::gosubdirect:32 -
0x0108loop:counter_init(control::loop_init) -
0x0109control::nextdirect:32 -
0x010Acontrol::goto_if:CMPdirect:32 -
0x010Bcontrol::gosub_if:CMPdirect:32 -
0x010Ccontrol::goto_check:checkeddirect:32 -
0x010Dcontrol::gosub_check:checkeddirect:32 -
0x010Econtrol::skip_if:CMP -
0x010Fcontrol::skip_check:checked -
0x01FFcontrol::halt -
0x0201registers::set_top:target top:32 -
0x0202registers::set_bottom:target bottom:32 -
0x0203registers::clear_range -
0x0204registers::move_to_float:float unsigned:16 -
0x0205registers::move_from_float:unsigned float:16 -
0x0210registers::push:unsigned -
0x0211registers::pop:unsigned -
0x0220registers::get_compare:target -
0x0301memory::store_words:target[start:end] -
0x0302memory::load_words:target[start:end] -
0x0303memory::get_memory_size:target -
0x0304memory::store_floats:target[start:end] -
0x0305memory::load_floats:target[start:end] -
0x0400logic::is:CMPtarget:16:compare:16 -
0x0401logic::not:target0:origin:16 -
0x0402logic::or:target[start:end] -
0x0403logic::and:target[start:end] -
0x0404logic::xor:target[start:end] -
0x0405logic::nor:target[start:end] -
0x0406logic::nand:target[start:end] -
0x0407logic::nxor:target[start:end] -
0x1001unsigned_arithmetic::sum_unsigned:target[start:end] -
0x1002unsigned_arithmetic::product_unsigned:target[start:end] -
0x1003unsigned_arithmetic::difference_unsigned:target[start:end] -
0x1004unsigned_arithmetic::quotient_unsigned:target[start:end] -
0x100Funsigned_arithmetic::compare_unsignedr1:r2