silverchris / m16c

13 stars 8 forks source link

Reset Vector #9

Open BitBangingBytes opened 2 months ago

BitBangingBytes commented 2 months ago

Did you ever figure out how to set the reset vector to 3 bytes instead of 4?

<!-- <data_space space="ram" ptr_wordsize="3"/> -->

I see this commented out block in m16c.pspec and also can't figure it out. I always have to change the highest byte from FF to 00 so Ghidra can find the entry point.