This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

problem with assembler

AREA bob, CODE
b main
org 0
main
nop
nop
nop
nop
nop
loop:
b loop
END

with this code I get the following message
*** ERROR L138: CODE GENERATION: PROBLEM WHEN PROCESSING INSTRUCTIONS
CAUSE: ORG: offset below current offset

How do I fix this?

Parents Reply Children