Mercurial > hg > Members > kono > nitros9-code
changeset 3124:21130f20ae05
l2 fsrqmem.asm: Sync comments and whitespace from ccbfsrqmem.asm
Whitespace/comment changes to eliminate needless differences between
ccbfsrqmem.asm and fsrqmem.asm
author | Neal Crook <foofoobedoo@gmail.com> |
---|---|
date | Mon, 28 Nov 2016 08:38:19 +0000 |
parents | 039ddb7c8ad7 |
children | 9f28d03c369e |
files | level2/modules/kernel/fsrqmem.asm |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/level2/modules/kernel/fsrqmem.asm Mon Nov 28 08:31:26 2016 +0000 +++ b/level2/modules/kernel/fsrqmem.asm Mon Nov 28 08:38:19 2016 +0000 @@ -61,8 +61,8 @@ ldw #$0020 Get size of 8K block in pages tfm s,y+ Mark entire block's worth of pages with A ELSE -L0848 ldb #32 count = 32 pages -L084A sta ,y+ mark the RAM +L0848 ldb #32 count = 32 pages +L084A sta ,y+ mark the RAM decb bne L084A ENDC @@ -303,14 +303,14 @@ ldx R$X,u start address to verify I.VBlock leau d,x point to end of bootfile - tfr x,d + tfr x,d transfer start of block to D anda #$E0 - clrb - pshs d,u + clrb D is now block number + pshs d,u save starting block and end of block lsra lsra lsra - lsra + lsra A is now logical block * 2 ldy <D.SysDAT get pointer to system DAT leay a,y offset to bootfile L092D ldd M$ID,x get module ID