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

Labels defined on the command line don't show up in symbol files #148

Closed Zeturic closed 5 years ago

Zeturic commented 5 years ago

For clarity, I mean something along the lines of armips foo.asm -definelabel bar 0x08800800 -sym foo.sym. foo.sym will not include any mention of bar.

I'll try to see if I can figure out what the issue is.