Code: Select all
nasm -f bin -o boot.bin boot.s
Error:
Code: Select all
boot.s:89: error: program origin redefined
Line 89:
Code: Select all
org 0x1000
Does NASM not let you have multiple org lines?
Whats wrong?
If I take this out wont my addresses be wrong?
Thanks,
GeniusCobyWalker