# HG changeset patch # User boisy # Date 1063829980 0 # Node ID 04b3b0436d6b3ef0d26951098b00b0ee99c6e335 # Parent 8e90ef1b670ee48befdc45e65455bbb1f94588a6 Fixed line-ending issue in help.asm, added new style header diff -r 8e90ef1b670e -r 04b3b0436d6b level1/cmds/config.asm --- a/level1/cmds/config.asm Wed Sep 17 20:11:14 2003 +0000 +++ b/level1/cmds/config.asm Wed Sep 17 20:19:40 2003 +0000 @@ -3,10 +3,14 @@ * * $Id$ * -* Ed. Comments Who YY/MM/DD +* Edt/Rev YYYY/MM/DD Modified by +* Comment * ------------------------------------------------------------------ -* 4 From Tandy OS-9 Level One VR 02.00.00 -* 5 Changed /D0 references to /DD +* 4 ????/??/?? ??? +* From Tandy OS-9 Level One VR 02.00.00. +* +* 5 ????/??/?/ ??? +* Changed /D0 references to /DD nam Config ttl Boot configurator @@ -4371,5 +4375,3 @@ emod eom equ * end - - diff -r 8e90ef1b670e -r 04b3b0436d6b level1/cmds/go51.asm --- a/level1/cmds/go51.asm Wed Sep 17 20:11:14 2003 +0000 +++ b/level1/cmds/go51.asm Wed Sep 17 20:19:40 2003 +0000 @@ -3,9 +3,11 @@ * * $Id$ * -* Ed. Comments Who YY/MM/DD +* Edt/Rev YYYY/MM/DD Modified by +* Comment * ------------------------------------------------------------------ -* 1 From Dragon OS-9 Level One VR 01.02.00 +* 1 ????/??/?? ??? +* From Dragon OS-9 Level One VR 01.02.00. nam go51 ttl The 51 column by 24 line video display diff -r 8e90ef1b670e -r 04b3b0436d6b level1/cmds/help.asm --- a/level1/cmds/help.asm Wed Sep 17 20:11:14 2003 +0000 +++ b/level1/cmds/help.asm Wed Sep 17 20:19:40 2003 +0000 @@ -1,309 +1,309 @@ -******************************************************************** -* Help - Show help -* -* $Id$ -* -* Edt/Rev YYYY/MM/DD Modified by -* Comment -* ------------------------------------------------------------------ -* 6 2003/01/21 Boisy G. Pitre -* -* 7 2003/05/30 Rodney V. Hamilton -* Fixed showlist partial line bug, do auto list. - - nam Help - ttl Show help - - ifp1 - use defsfile - endc - -COLWIDTH set 10 - -tylg set Prgrm+Objct -atrv set ReEnt+rev -rev set $00 -edition set 7 - - mod eom,name,tylg,atrv,start,size - -name fcs /Help/ - fcb edition - - org 0 -exitvec rmb 2 -ncols rmb 1 -colcopy rmb 1 -bufptr rmb 2 -path rmb 1 -same rmb 1 -prmptr rmb 2 -prmend rmb 2 -length rmb 2 -colbuff rmb 128 -userbuf rmb 128 -parbuff rmb 256 -filbuff rmb 256 -stack rmb 350 -size equ . - -* Ask user for subjects -askuser leax askusr2,pcr - stx avail,pcr - ldy #128 - os9 I$WritLn - lbsr seek0 rewind the file - bra resetcl - -doeol sty null - cmpa #C$SPAC - ble strl1 nope, exit - leay 1,y yep, increment count - bra strl0 do again -strl1 puls x - sty avail,pcr + ldy #128 + os9 I$WritLn + lbsr seek0 rewind the file + bra resetcl + +doeol sty null + cmpa #C$SPAC + ble strl1 nope, exit + leay 1,y yep, increment count + bra strl0 do again +strl1 puls x + sty