Re: A83: Logical operators


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

Re: A83: Logical operators




> ti-83 wrote:
> If you do this :
> ld a,1010b
> and 1101b
> The result is 1000, but in which register is put this result.

In register a (ofcourse).
Download some text files with the instruction set for the z80 from ticalc.org.
I recommend z80instr.txt and z80href.txt for programming reference.
for a more low level reference there is opcodes.txt where they are sorted by
(suprise!) opcode. (that is the binary representation of the instruction, wich
is what is actually stored in the program after assembly for you who didn't
know)

//Olle



References: