well, it doesn't run a program, but it is programmed, which sounds like some modern equivalent of a turing machine... ?
where should i start looking up how these things work(and how they're programmed)? i don't suppose it would be something as simple as this?
IF ADDRESS >$2000, CONTINUE, ELSE CLEAR BIT
IF ADDRESS <$8000, CONTINUE, ELSE CLEAR BIT
SET BIT
where should i start looking up how these things work(and how they're programmed)? i don't suppose it would be something as simple as this?
IF ADDRESS >$2000, CONTINUE, ELSE CLEAR BIT
IF ADDRESS <$8000, CONTINUE, ELSE CLEAR BIT
SET BIT
Comment