If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!
Blizzard Pass (ZX Spectrum)
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 Alan Cox
Games > Games by platform > ZX Spectrum games
Games > Games by publisher > Games published by Adventuresoft UK
Games > Games by release date > Games released in 1986
Blizzard Pass |
---|
Developer: Alan Cox This game has uncompiled source code. |
Source Code Fragments
Two bits of code slipped through the cracks. These can be seen in the .tap dump at the addresses listed below.
D090:
LD (CURSADD),HL JP dispr .scro LD A,(CURSROW) CP 19 JR NZ,not19 LD A,(dck) A JR Z,not19 LD A,13 LD (wbot),A ak: scrbot LD A,19:JR lds 2 .not19 CP 23 JR C,nsc1 scrbot LD A,23 .lds LD (CURSROW),A:Ö fa XOR A:LD (CURSCOL),A JP dispr .nsc1 LD A,(CURSROW) INC A LD (CURSROW),A fa XOR A:LD (CURSCOL),A JP dispr .nsc LD DE,(CURSADD) LD BC,15360 LD H,0 LD L,A ADD HL,HL ADD HL,HL ADD HL,HL ADD HL,BC *PUSH DE:PUSH HL:LD DE,BILB:LD BC,8*256 .acchasc LD A,(HL):LD (DE),A:INC HL:INC DE:B
DA88:
RD A,(DE) CP (HL) JR Z,found INC DE LD A,E CP mem JR
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 Alan Cox
Games > Games by platform > ZX Spectrum games
Games > Games by publisher > Games published by Adventuresoft UK
Games > Games by release date > Games released in 1986