- 192
- Posts
- 17
- Years
- Seen Oct 28, 2020
Three days ago I wanted to compile ASM-code. I started to download devKitArm but I was too impatient and didn't like the gcc overhead. So I decided to create my own assembler.
Features:
Problems:
You can find the source here: https://code.google.com/p/khexe/source/browse/trunk/
Features:
- Complete thumb-instruction-set
- C-Preprocessor-compatible
- A linker is included
Problems:
- Many opcodes use wrong factors for arguments. You can't use this program without the GBATEK and a disassembler
- All opcodes need three characters (b → b_i, bx → b_x)
- The syntax is strange
- b_x and bx don't work with labels
- The code is a mess
- It's probably buggy
You can find the source here: https://code.google.com/p/khexe/source/browse/trunk/