Mercurial > hg > Members > kono > nitros9-code
comparison 3rdparty/drivers/sdisk/ddd0_40d.asm @ 2671:4cabeffb8862 lwtools-port
Fix bizarre syntax error for lwasm
What does FCB 'DD' mean anyway? Replaced with "FCB 'D" which is probably not
correct but is most likely what it was interpreted as.
author | William Astle <lost@l-w.ca> |
---|---|
date | Sun, 10 Jun 2012 14:29:44 -0600 |
parents | 2ecb9f08c113 |
children |
comparison
equal
deleted
inserted
replaced
2670:020e7592f7f2 | 2671:4cabeffb8862 |
---|---|
53 fdb 0 (reserved) | 53 fdb 0 (reserved) |
54 fcb $10 sector/track offset (CoCo OS-9 disk format) | 54 fcb $10 sector/track offset (CoCo OS-9 disk format) |
55 OptEnd equ * | 55 OptEnd equ * |
56 | 56 |
57 * NAME STRINGS | 57 * NAME STRINGS |
58 DescName fcb 'DD' | 58 ; The following is the original code which doesn't make sense. The line |
59 ; after is what it was probably assembling as, which also doesn't make | |
60 ; sense. --WAA | |
61 ;DescName fcb 'DD' | |
62 DescName fcb 'D | |
59 DscMgr fcs 'RBF' | 63 DscMgr fcs 'RBF' |
60 DscDrv fcs 'SDisk' | 64 DscDrv fcs 'SDisk' |
61 | 65 |
62 emod | 66 emod |
63 DescEnd equ * | 67 DescEnd equ * |