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

Add .skip directive #104

Closed sp1187 closed 7 years ago

sp1187 commented 7 years ago

This directive supports skipping over bytes without overwriting them. Technically you can use .org . + N right now, but this directive is probably easier to understand and read for most.