voinokin

Results 2 comments of voinokin

Regarding the 'special type' of value being operated - the only thing I can think of now is heapptr. I.e. *for my case* `GV` may be implemented as a function...

gdb for JLink was leaving `ff`s too inbetween sections, so I had to clone .ld script and manually `align(16)` at the end of `.text` (i.e. before `.rodata`). Strangely enough, disassembler...