Tested all regular and irregular instructions with registers...

This commit is contained in:
xolatile
2024-07-08 19:37:50 -04:00
parent 8462947b12
commit af3ef51339
4 changed files with 28 additions and 29 deletions

View File

@ -169,6 +169,9 @@ static void build_irregular (operation_index operation,
build_long_prefix (size == D64,
(to == REG) && (upper ((form) destination)), 0);
// 40>front
place ((size == D8) && (to == REG) && front (destination), (byte) 0X40);
place (1, (byte) (0XF6
+ 0X08 * ((operation == INC) || (operation == DEC))
+ 0X01 * (size != D8)));