Kingcom / armips

An assembler for various ARM and MIPS platforms. Builds available at http://buildbot.orphis.net/armips/
MIT License
363 stars 77 forks source link

Fix shift edge cases #164

Closed Prof9 closed 4 years ago

Prof9 commented 4 years ago

This fixes a bunch of jank regarding shift opcodes:

Test cases are included for all this.

Kingcom commented 4 years ago

Looks nice!