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

Re: 'Hello world' for monitor mode and an assembler?



On Wed, 08 Sep 2004 12:09:21 +0100, Alistair J Ross wrote:

> Finally, how do I know what hex values represent which operator. In Debug,
> I'm sure that the command DB 'text' would register the string 'text', and
> you could make a loop to print the contents of it out. What are the
> operators for the 6502 (are they the ones in the red book).

Here's one resource (found with google):

http://www.6502.org/tutorials/6502opcodes.htm

- Jay