2011-01-10 06:41 PM
Howto use 'ORG' directive on STM8S?
2011-05-17 06:11 AM
2011-05-17 06:11 AM
We have a customiszed bootloader from 0x8000 ~ 0x807f, the main code is from 0x8080, and we don't use interrupt vector.
So we have to put a 'trampoline' instruction @ 8080. Seems 'org' doesn't have the same effect like others. A small (4 bytes) segment can wrap the jump instruction. It works. Thanks...