Moved all opcodes that use unsigned types before the signed types AND ordered signed types into BYTE, CHAR, HWORD, INT, WORD, LONG. This is not only logically consistent but also looks prettier.
Moved all opcodes that use unsigned types before the signed types AND ordered signed types into BYTE, CHAR, HWORD, INT, WORD, LONG. This is not only logically consistent but also looks prettier.