User Tools

Site Tools


spo600:immediate_value

This is an old revision of the document!


An immediate value in machine code is a constant or literal value argument. For example, the 6502 assembly instruction:

LDA #$80

…will load the literal value 0x80 (128) into the accumulator (A register).

Note that the value to be loaded comes from an argument within the instruction stream; this contrasts with loading a value from a memory location in a data area, or from another register.

spo600/immediate_value.1705093891.txt.gz · Last modified: 2024/04/16 18:10 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki