ccrause, благодарю! Но меня интересует не только как код Паскаля, а как приложение попавшее в память микроконтроллера, что это будет идентично коду:
google translate: thank you! But I'm not only interested in Pascal's code, but as an application that got into the microcontroller's memory, that it will be identical to the code:
.text
.org 0x0000
jmp main
main:
rcall setup
rcall loop
ret
setup:
ret
loop:
ret
.end
и микроконтроллер обработает его без ошибок.

У меня просто нет ни чего, для проверки кода...

google translate: and the microcontroller will process it without error.

I just don't have anything to test the code ...
