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)

From The Cutting Room Floor
Jump to navigation Jump to search

Title Screen

Times of Lore

Developer: Imagitec Design
Publisher: Origin Systems
Platform: ZX Spectrum
Released in EU: 1989


SourceIcon.png 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