We just released a Feb. 5 '89 prototype of DuckTales for the NES!
If you'd like to support our preservation efforts (and this wasn't cheap), please consider donating or supporting us on Patreon. Thank you!

ATV Simulator (ZX Spectrum)

From The Cutting Room Floor
Revision as of 08:23, 27 June 2017 by CounterDiving (talk | contribs) (Created page with "{{bob |title=ATV Simulator |developer=Codemasters |publisher=Codemasters |system=ZX Spectrum |europe={{date|1987}} |source=y }} ==Uncompiled Source== A small fragment of code...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Title Screen

ATV Simulator

Developer: Codemasters
Publisher: Codemasters
Platform: ZX Spectrum
Released in EU: 1987


SourceIcon.png This game has uncompiled source code.


Uncompiled Source

A small fragment of code managed to survive at 0xACC2 in the .tzx dump.

ET Z

LD A,1
LD (RF),A
JR MRIGHT

RIGHT2:LD A,(BDIR)
CP 0
JR Z,RIGHT3
XOR A
LD (BDIR),A
JR RRET

RIGHT3:LD A,(BOBNO)
ADD 1
CP BOB+8
JR C,RIGHT4
LD A