Mercurial > hg > Members > kono > nitros9-code
changeset 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 | 020e7592f7f2 |
children | 9d5138454853 |
files | 3rdparty/drivers/sdisk/ddd0_40d.asm |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/3rdparty/drivers/sdisk/ddd0_40d.asm Sun Jun 10 14:27:04 2012 -0600 +++ b/3rdparty/drivers/sdisk/ddd0_40d.asm Sun Jun 10 14:29:44 2012 -0600 @@ -55,7 +55,11 @@ OptEnd equ * * NAME STRINGS -DescName fcb 'DD' +; The following is the original code which doesn't make sense. The line +; after is what it was probably assembling as, which also doesn't make +; sense. --WAA +;DescName fcb 'DD' +DescName fcb 'D DscMgr fcs 'RBF' DscDrv fcs 'SDisk'