comparison level1/cmds/dirsort.asm @ 1957:6b282e7c880f

Changed USE /dd/defs/defsfile to USE defsfile as that is what the project uses.
author robert
date Tue, 20 Dec 2005 23:18:33 +0000
parents b377521221d9
children df97c336e737
comparison
equal deleted inserted replaced
1956:03750843cffd 1957:6b282e7c880f
12 * Edt/Rev YYYY/MM/DD Modified by 12 * Edt/Rev YYYY/MM/DD Modified by
13 * Comment 13 * Comment
14 * ------------------------------------------------------------- 14 * -------------------------------------------------------------
15 * 1 2005/12/19 Robert Gault 15 * 1 2005/12/19 Robert Gault
16 * Very fast and fairly simple 16 * Very fast and fairly simple
17 * 2 2005/12/20 Robert Gault
18 * Minor change of use /dd/defs/defsfile to use defsfile. The first
19 * was for my OS-9 system. The current one is for the NitrOS-9
20 * project.
17 21
18 NAM dirsort 22 NAM dirsort
19 * This ensures the assembler knows predefined OS-9 terms 23 * This ensures the assembler knows predefined OS-9 terms
20 IFP1 24 IFP1
21 USE /dd/defs/defsfile 25 USE defsfile
22 ENDC 26 ENDC
23 27
24 * If you want built-in help change the next line. 28 * If you want built-in help change the next line.
25 HELP SET FALSE 29 HELP SET FALSE
26 30