2 ; Simple COMBOOT program that just prints out its own command line.
3 ; This also works in DOS.
10 mov cl,[80h] ; Command line len
11 mov si,81h ; Command line
28 ; Exit with near return, INT 20h, or INT 21h AX=4C00h
32 end_str
db ">", 0Dh, 0Ah, "$"