If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!

Overlords

From The Cutting Room Floor
Jump to navigation Jump to search

Title Screen

Overlords

Developers: John Pragnell, SYDB
Publisher: MC Lothlorien
Platform: ZX Spectrum
Released in EU: 1985


SourceIcon.png This game has uncompiled source code.


Source Code Fragment

A source code fragment can be seen with a hex editor at 3745 in the .tap dump:

defb 0
equ 32500 FIGS
L1;ld a,(hl);cp 0;ret z;ld (O),a;call PL;inc hl;inc b;jr L1
Wait;ld hl,Con;ld b,9;ld c,21;call L1;L2;call 654;inc de;ld a,d;or e;jr nz,L2
L3;call 654;inc de;ld a,d;or e;jr z,L3;ret
CLS;call Beep;ld a,2;c