diff options
Diffstat (limited to 'v4.0/src/CMD/NLSFUNC/FUNCPARM.INC')
| -rw-r--r-- | v4.0/src/CMD/NLSFUNC/FUNCPARM.INC | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/v4.0/src/CMD/NLSFUNC/FUNCPARM.INC b/v4.0/src/CMD/NLSFUNC/FUNCPARM.INC new file mode 100644 index 0000000..3e6d18c --- /dev/null +++ b/v4.0/src/CMD/NLSFUNC/FUNCPARM.INC | |||
| @@ -0,0 +1,33 @@ | |||
| 1 | ;Parser INPUT PARM LIST Structure | ||
| 2 | |||
| 3 | |||
| 4 | NLS_PARMS label word | ||
| 5 | dw NLS_PARMSX | ||
| 6 | db 0 ;no extra delimiters | ||
| 7 | |||
| 8 | NLS_PARMSX label word | ||
| 9 | db 0,1 ;Min 0 - no path | ||
| 10 | ;Max 1 - path | ||
| 11 | dw NLS_POS1 | ||
| 12 | |||
| 13 | NLS_POS1 label word | ||
| 14 | dw 0201h ;File spec (optional) | ||
| 15 | dw 0001h ;Cap result by file | ||
| 16 | dw Res_Valptr ;tbl | ||
| 17 | dw NoVal ;no value list | ||
| 18 | db 0 ;no switch or | ||
| 19 | ;keyword synonyms | ||
| 20 | |||
| 21 | |||
| 22 | NOVAL label word | ||
| 23 | db 0 | ||
| 24 | |||
| 25 | RES_VALPTR label word | ||
| 26 | |||
| 27 | RES_TYPE db ? ;Result_type | ||
| 28 | RES_ITAG db 0 ;Matched item tag | ||
| 29 | RES_SYN dw 0 ;synonym returned | ||
| 30 | RES_POFF dw 0 ;drive type or beginning of string | ||
| 31 | RES_PSEG dw 0 ;may be string | ||
| 32 | |||
| 33 | \ No newline at end of file | ||