mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
hash/cgenie_cass.xml: fix XML entity encoding
This commit is contained in:
parent
b63cbebb17
commit
6eadf01b4e
@ -157,7 +157,7 @@ Screen-Printer (standalone)
|
||||
<description>Colour-Assembler</description>
|
||||
<year>1983</year>
|
||||
<publisher>TCS</publisher>
|
||||
<info name="usage" value="Type SYSTEM and load with COLASM, enter / to start.�a;Load or type an Z80 assembler program as BASIC lines. Example:�a;10 ORG 4800H�a;20 LD HL,4400H�a;30 LD DE,4401H�a;40 LD BC,3FFH�a;50 LD (HL),42�a;60 LDIR�a;60 RET�a;70 END 4800H�a;Note there are two blanks after a line number. If you want to define a label, use just one blank and write e.g. '40 LABEL: LD HL,1234H'.�a;Finally you can use NAME /OA to output to cassette, /NS to not create the symbol table, /TM to assemble to memory." />
|
||||
<info name="usage" value="Type SYSTEM and load with COLASM, enter / to start. Load or type an Z80 assembler program as BASIC lines. Example: 10 ORG 4800H 20 LD HL,4400H 30 LD DE,4401H 40 LD BC,3FFH 50 LD (HL),42 60 LDIR 60 RET 70 END 4800H Note there are two blanks after a line number. If you want to define a label, use just one blank and write e.g. '40 LABEL: LD HL,1234H'. Finally you can use NAME /OA to output to cassette, /NS to not create the symbol table, /TM to assemble to memory." />
|
||||
<part name="cass1" interface="cgenie_cass">
|
||||
<dataarea name="cass" size="6611">
|
||||
<rom name="colasm.cas" size="6611" crc="06eecba7" sha1="1ed872352cac33b591af3923c1252a63108e7005" />
|
||||
|
Loading…
Reference in New Issue
Block a user