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