; Exec the cmdline at SI or 0x81 exec_chain: mov si, 0x81 exec: push bx sub sp, fcb_size mov bx, sp call fcb_parse call fcb_open add sp, fcb_size pop bx ret