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

Cybernoid (ZX Spectrum)

From The Cutting Room Floor
Jump to navigation Jump to search

Title Screen

Cybernoid

Also known as: Cybernoid: The Fighting Machine
Developer: Hewson Consultants
Publisher: Hewson Consultants
Platform: ZX Spectrum
Released in EU: 1988


SourceIcon.png This game has uncompiled source code.


Source Code Fragments

A few fragments of the source code are in the game. These can be found using a hex editor at the addresses listed below in the .dsk dump.

3BFC:

        LD	H,(HL)
$3:	OR	0
	LD	L,A
	INC	C

	LD	A,(DE)
	XOR	(HL)
$9:	LD	(HL),A

3DC6:

EX	DE,HL
	POP	HL
	LD	A,(DE)
	OR	A
	JR	NZ,$3
	LD	(HL),C
$3:	INC	HL
	INC	DE
	LD	A,(DE)
	OR	A
	JR	NZ,$4
	LD	(HL),C
$4:	INC	HL
	INC	DE
	LD	A,(DE)
	OR	A
	JR	NZ,$5
	LD	(HL),C
$5:	LD	DE,30
	ADD	HL,DE
	DJNZ	$2
	POP	HL
	POP	DE
	POP	BC
	POP	AF
	RET

ATR222:	PUSH	AF		;SAME AS ABOVE BUT DEALS WITH

4933:

ETRIEVE OLD COORDS
	LD	A,E
	AND	01111100B
	RRCA
	RRCA
	LD	($3+1),A
	LD	C,D

ITE ADDRESS
	EXX

5400:

TWO COLOURS (B+C)
	PUSH	BC		;C ON THE LEFT AND B ON THE RIGHT
	PUSH	DE
	PUSH	HL
	LD	A,E
	CP	128
	J