diff options
-rw-r--r-- | hash/cgenie_cass.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/hash/cgenie_cass.xml b/hash/cgenie_cass.xml index bb60812d0be..a8ef2c3f0cf 100644 --- a/hash/cgenie_cass.xml +++ b/hash/cgenie_cass.xml @@ -9,7 +9,6 @@ They were the German distributor of the Colour Genie EG2000 computers. Known missing software titles: Break Out -Colour-Assembler Colour-Monitor I Colour-Skat Colour-Text @@ -154,6 +153,18 @@ Screen-Printer (standalone) </part> </software> + <software name="colasm"> + <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." /> + <part name="cass1" interface="cgenie_cass"> + <dataarea name="cass" size="6611"> + <rom name="colasm.cas" size="6611" crc="06eecba7" sha1="1ed872352cac33b591af3923c1252a63108e7005" /> + </dataarea> + </part> + </software> + <software name="colcom"> <description>Colour Basic Compiler 3.05</description> <year>1982</year> |