org 0x100 jmp start %include "fcbparse.asm" fcb_in: times 20 db 0 fcb_out: times 20 db 0 start: mov si, 0x81 mov bx, fcb_in mov ax, 0x1234 call fcb_parse ret