If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!
Invasion (ZX Spectrum, Bulldog Software)
Jump to navigation
Jump to search
Cleanup > Pages missing date references
Cleanup > Pages missing developer references
Cleanup > Pages missing publisher references
Games > Games by content > Games with uncompiled source code
Games > Games by developer > Games developed by Icon Design
Games > Games by platform > ZX Spectrum games
Games > Games by publisher > Games published by Virgin Interactive > Games published by Virgin Mastertronic > Games published by Mastertronic > Games published by Bulldog Software
Games > Games by release date > Games released in 1987
Invasion |
---|
Developer: Icon Design This game has uncompiled source code. |
Source Code Fragment
A small snippet of code can be seen at 8135 in the .tap dump.
ADD HL,HL ADD HL,HL ADD HL,HL LD DE,CHARBAS ADD HL,DE EX DE,HL LD A,MESTIME LD (TELTIME),A LD HL,(CPRADD) PUSH HL LD B,8 PRMES2: LD A,(DE) LD (HL),A INC H INC DE DJNZ PRMES2 POP HL INC HL LD (CPRADD),HL ; DRAW CURSOR PRMES4: LD DE,CURDEF LD B,8 PRMES3: LD A,(DE) LD (HL),A INC DE INC H DJNZ PRMES3 LD A,1 LD (CSTAT),A INC A LD (CTIME),A ; CLICK LD B,5 CLICK1: PUSH BC LD A,(BORDCOL) ADD A,8 CLICKIT:XOR $10 OUT (254),A DJNZ CLICKIT POP BC DJNZ CLICK1 JP INTFIN ; UPDATE CURSOR UPCUR: LD A,(CSTAT) CP 2 JP Z,INTFIN LD HL,CTIME DEC (HL) JP NZ,INTFIN LD A,(CSTAT) AND A JP NZ,RUBCUR LD HL,(CPRADD) JP PRMES4 ; PRINT IT
Cleanup > Pages missing date references
Cleanup > Pages missing developer references
Cleanup > Pages missing publisher references
Games > Games by content > Games with uncompiled source code
Games > Games by developer > Games developed by Icon Design
Games > Games by platform > ZX Spectrum games
Games > Games by publisher > Games published by Virgin Interactive > Games published by Virgin Mastertronic > Games published by Mastertronic > Games published by Bulldog Software
Games > Games by release date > Games released in 1987