*** include/opcode/h8300.h.original Wed Feb 19 16:09:36 2003 --- include/opcode/h8300.h.modified Sat Feb 22 19:52:15 2003 *************** struct h8_opcode *** 311,316 **** --- 311,319 ---- #define O_SYS_STAT 106 #define O_SYS_FSTAT 107 /* End of System Call specific Changes. */ + /* For Command Line Processing. */ + #define O_SYS_CMDLINE 120 + #define SB 0 #define SW 1 #define SL 2