Closed jserv closed 2 years ago
Recent div/mod operator support breaks the classification of opcode enumeration:
/* system call shortcuts */ OPEN,READ,WRIT,CLOS,PRTF,MALC,FREE,MSET,MCMP,MCPY,MMAP,DSYM,BSCH,STRT,DLOP,DIV,MOD,EXIT,
Both DIV and MOD should be moved to somewhere nearby SUB and MUL.
DIV
MOD
SUB
MUL
Closed by #80
Recent div/mod operator support breaks the classification of opcode enumeration:
Both
DIV
andMOD
should be moved to somewhere nearbySUB
andMUL
.