ShasamblyOpcodeBDiv
Generator for opcode Opcodes.B_DIV Divides the top two bytes from the stack (it divides the top one by the bottom one) and puts the result on top of the stack
Properties
Link copied to clipboard
Returns the size of the ShasamblyOpcode in bytes This is required by by the generate function of some opcodes because they have to resolve opcode indexes to byte indexes This value should be constant and not depend on other opcodes!