If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!
Deliverance: Stormlord II (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 Hewson Consultants
Games > Games by platform > ZX Spectrum games
Games > Games by publisher > Games published by Hewson Consultants
Games > Games by release date > Games released in 1990
Deliverance: Stormlord II |
---|
Also known as: Stormlord II: Deliverance This game has uncompiled source code. |
Source Code Fragment
A small source code fragment seen below can be viewed with any hex editor at 3A23 in the .tap dump. Most of it can also be seen at D74B and 17452.
AND 111B OR 64 LD (HL),A LD DE,4 ADD IX,DE DJNZ $1 RET ;star image byte,screen addr STARTAB: DS MAXSTARS*4 DB STOP ******** HL,BITSTREAM DO SCODEBYTLEN RR (HL) INC HL LOOP DJNZ SHIFTIN2 POP BC,HL,AF RET BITSTREAM: DS SCODEBYTLEN,0 SHIFTOUT: PUSH BC,HL XOR A SHIFTOUT2 AND A LD HL,BITSTREAM DO SCODEBYTLEN RR (HL) INC HL LOOP RRA DJNZ SHIFTOUT2 POP HL,BC RET CODETAB: DB "ABCDEFGHJKLMNOPQRSTUVWXYZ1234567",STOP ******* EA5400
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 Hewson Consultants
Games > Games by platform > ZX Spectrum games
Games > Games by publisher > Games published by Hewson Consultants
Games > Games by release date > Games released in 1990