Mercurial > hg > Members > kono > nitros9-code
changeset 2582:af48b1e02c6c
Corrected silly typo which occured during upload.
author | robertgault |
---|---|
date | Fri, 16 Sep 2011 09:33:21 +0000 |
parents | 538be58c2c2d |
children | 307e619f3cd9 |
files | level1/cmds/os9gen.asm |
diffstat | 1 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/level1/cmds/os9gen.asm Wed Sep 14 13:12:36 2011 +0000 +++ b/level1/cmds/os9gen.asm Fri Sep 16 09:33:21 2011 +0000 @@ -37,6 +37,10 @@ * Added error message if not enough room for bit map. * Replace sectbuff with bitmbuff for all FAT (DD.MAP) work. * Moved common code in ABMClear & ABMSet to subroutine. +* +* 14 2011/09/16 Robert Gault +* Corrected a typo which occured when committing code. Exit of Initcalc had +* ABM3 in wrong place. nam OS9Gen ttl OS-9 bootfile generator @@ -787,8 +791,8 @@ ABMnz tfr d,y regY has been divided by DD.BIT ldd ,s recover content leas 4,s clean stack - rts -ABM3 equ * +ABM3 rts + * Clear bits in the allocation bitmap * Entry: A = Track, B = Sector, Y = number of bits to clear