Yes, as do the AUGx instructions. Though, much better to let the assembler do the counting for you by using label references instead of hand coding the length.
@evanh said:
Yes, as do the AUGx instructions. Though, much better to let the assembler do the counting for you by using label references instead of hand coding the length.
Comments
Yes, as do the AUGx instructions. Though, much better to let the assembler do the counting for you by using label references instead of hand coding the length.
rep @.rend, repeats <instr> <instr> <instr> <instr> .rendWoah! Nice! Thank you!