If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!
Times of Lore (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 Imagitec Design
Games > Games by platform > ZX Spectrum games
Games > Games by publisher > Games published by Electronic Arts > Games published by Origin Systems
Games > Games by release date > Games released in 1989
Times of Lore |
---|
Developer: Imagitec Design This game has uncompiled source code. |
Source Code Fragments
Some bits of code are left in the game. The code seen below can be seen with a hex editor at the addresses below in the .tap dump of the game.
6FF7:
LD B,8 PRINT_LOOP1 EXX LD A,(HL) INC HL EXX CALL SIDE_MOVE LD A,(HL) OR D LD (HL),A INC HL LD A,(HL) OR E LD (HL),A DEC HL INC H DJNZ PRINT_LOOP1 POP HL POP AF PUSH HL LD HL,PROP_SPACE
7403:
T_POS+0) OR A JR Z,SKIP_MOVE
806D:
LD H,A RET GET_FORMAT PUSH HL LD HL,(PRINT_POS+6) LD A,(HL) LD (PRINT_POS+12),A LD E,A INC HL LD A,(HL) INC HL
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 Imagitec Design
Games > Games by platform > ZX Spectrum games
Games > Games by publisher > Games published by Electronic Arts > Games published by Origin Systems
Games > Games by release date > Games released in 1989