# HG changeset patch # User William Astle # Date 1339360433 21600 # Node ID c58baa9276c80c70828f16f5c75b5ef0d23167ff # Parent f1ec894ef120f46fea12c2f9865612b57e3e56d9 Fix string constants used as numbers More cases of string constants being used instead of ascii constants. diff -r f1ec894ef120 -r c58baa9276c8 level1/cmds/format.asm --- a/level1/cmds/format.asm Sun Jun 10 14:33:08 2012 -0600 +++ b/level1/cmds/format.asm Sun Jun 10 14:33:53 2012 -0600 @@ -201,7 +201,7 @@ dcfidp fdb $0030 dcsize fdb $0154 -DragonFlag equ 'd' Flag that we are formatting dragon formatted disk. +DragonFlag equ 'd Flag that we are formatting dragon formatted disk. DragonRootSec equ $12 Dragon root sector is always LSN 18 DragonBootSize equ $10 Size of dragon boot area @@ -472,10 +472,10 @@ fcb 00 fdb DoSpace-opt.18 -opt.19 fcb 'F' +opt.19 fcb 'F fcb ' ' fdb DoFormat-opt.19 -opt.20 fcb 'f' +opt.20 fcb 'f fcb ' ' fdb DoFormat-opt.20