1
0
Fork 0
mirror of https://github.com/notwa/lips synced 2024-05-05 19:03:27 -07:00

fix trunc.w.s instruction

This commit is contained in:
Connor Olding 2016-04-07 04:00:42 -07:00
parent 4220509be5
commit da1c49cbfb

View File

@ -367,7 +367,7 @@ data.instructions = {
TRUNC_L_D={17, 'DS', 'F0SDC', 9, data.fmt_double},
TRUNC_L_S={17, 'DS', 'F0SDC', 9, data.fmt_single},
TRUNC_W_D={17, 'DS', 'F0SDC', 13, data.fmt_double},
TRUNC_W_S={17, 'DS', 'F0SDC', 13, data.fmt_double},
TRUNC_W_S={17, 'DS', 'F0SDC', 13, data.fmt_single},
-- pseudo-instructions