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

Robotron: 2084 (ZX Spectrum)

From The Cutting Room Floor
Jump to navigation Jump to search

Title Screen

Robotron: 2084

Developer: Atari, Inc.
Platform: ZX Spectrum


SourceIcon.png This game has uncompiled source code.


This game was stuffed away in a cardboard box and found 30 years later in a garage
This game was never completed and/or given a public release.
As a result of this, keep in mind that the developers might have used or deleted some of the content featured here, had the game actually been released.

Source Code Fragment

A section of the code is left in the game. The code seen below can be viewed with a hex editor at B02A in the .tap dump of the game.

469B:

        INC	BC
        INC	BC
        EXX
        LD	A,B
        ADD	A,D
        LD	D,A
        LD	A,B
        EXX
        DEC	A
HGLF	INC	HL
        INC	HL
        DEC	A
        JR	NZ,HGLF
        
        EXX
        LD	A,D
        EXX
        CP	176
        RET	NC
        CP	16
        RET	C
        EXX
        LD	A,C
        EXX
        ADD	A,(HL)
        LD	E,A
        INC	HL
        LD	D,(HL)
        INC	HL
        EX	DE,HL
        LD	A,(BC)
        XOR	(HL)
        LD	(HL),A
        INC	BC
        INC	HL
        LD	A,(BC)
        XOR	(HL)
        LD	(HL),A
        INC	BC
        INC	HL
        LD	A,(BC)
        XOR	(HL)
        LD	(HL),A
        EX	DE,HL
        RET