I tried to program a jb8 chip with a block starting at 0xdc00, until about 0xdffa (I don't remember exactly, but it was close to 0xe000), then one starting at 0xe000, and interrupt vectors. The programmer does not program the first bytes at 0xe000. I checked the source, and what happens is:
- it wants to program a block (of 0x40 bytes, I suppose).
- at some point, it reaches 0xdfc0.
- At...