.ORG - Fill at address
.ORG tells the assembler to locate the next machine code on the position specific by the .org instruction. for example: .ORG 100 tells the assembler to put the next instruction after the .org directive at address 100.
Format:
.org Address