A86: Yet another


[Prev][Next][Index][Thread]

A86: Yet another




Hello all. I'm new to the programming world, so I'll be the one with the
dumb questions. Here's my first...

        ld hl, $0000	
	ld (_curRow),hl	

this sets the column and row to zero, but how do you would you set only
the row, instead of the row and column?


Follow-Ups: