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

Octagon Squad (ZX Spectrum)

From The Cutting Room Floor
Jump to navigation Jump to search

Title Screen

Octagon Squad

Also known as: The Octagon Squad
Developer: Mastertronic
Publisher: Mastertronic
Platform: ZX Spectrum
Released in EU: 1986


SourceIcon.png This game has uncompiled source code.


Source Code Fragment

Three small sections of the code are left in the game. The code seen below can be viewed with a hex editor at the addresses below in the .tap dump of the game.

469B:

        PUSH	HL
        POP	IY
        LD	A,(IY+3)
        CP	200
        JP	Z,ICNENT
        LD	DE,PLVARS
        LD	BC,BYTPLY
        DI
        LDIR
        BKST

4880:

        AZE+5
        DEFB	159
        DEFB	116
        DEFB	0,0,0
        DEFB	5
        DEFW	MAYZ

4A89:

CLMZL1	LD	E,(HL)
        LD	A,(DE)
        LD	(HL),A
        DEC	BC
        INC	HL
        LD	A,B
        OR	C
        JP	NZ,CLMZL1