5a: ROL instruction

This commit is contained in:
cinap_lenrek 2016-07-15 15:04:32 +02:00
parent 1492f46f87
commit de1e74abd2

View file

@ -283,6 +283,7 @@ struct
"SLL", LTYPE1, ASLL,
"SRL", LTYPE1, ASRL,
"SRA", LTYPE1, ASRA,
"ROR", LTYPE1, AROR,
"MUL", LTYPE1, AMUL,
"MULA", LTYPEN, AMULA,