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

No error thrown on non-terminated macro #118

Closed Prof9 closed 6 years ago

Prof9 commented 7 years ago

Armips happily accepts the following input, but it would be helpful if an error was thrown instead. No output "test.bin" file is created. Using Armips 07853e5.

.macro test
dw 0x12345678

.gba
.create "test.bin",0x08000000

test

.close