Hi,
I've finished a part of my work.
I've implemented:
- calla (register, indexed and immediate addressing mode)
- reta
- bra (immediate addressing mode)
After starting testing I've realized, gdbproxy isn't working above 64K,
but the code generated below 64K works well (including pointers to
functions using calla).
I'm trying to find a way to be able to upload above that level (I'm trying
to run msp430-jtag, but can't seem ti succeed).
Any suggestions on how to load/debug code above 64K?
Regards,
Oszkar