The LazyBoy Library Manual - CmdLineParser

Part of the System group.

%imacro CmdLineParser 1
Requires: LABEL

CmdLineParser is convenience macro for parsing command line parameters.

%1 must be a code segment label for the CmdLineOption table.

It simply invokes the StrFuncParser by passing it the command line ASCIIZ string using "/",0x20 as the sub-string separators.

See also: StrFuncParser, GetCmdLine and CmdLineOption.