Kingcom / armips

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

Adds -definelabel command line argument #147

Closed Zeturic closed 5 years ago

Zeturic commented 5 years ago

Fixes #143.

Adds the ability to do (e.g.) armips -definelabel fn 0x08800800.

Kingcom commented 5 years ago

Looks good!