| image | text | menu | status |
|---|
![]() | LabelsAndSymbols self <> LabelsAndSymbols :: Assembly Labels and Symbols :: Labels are mnemonics used as Symbols for addresses in instructions. - LabelsAndSymbols In an assembly instruction operations are performed on operands. Operands have in MachineCode the format of binary numbers. For ease of use operators and operands are often replaced with mnemonics (symbolic names -> AssemblyMnemonic ). To asign a symbolic name to either an operator or operand a pseudo instruction is used. becomes:thus:becomes:In the first line NN1 = 01000100the symbolic name NN1 is called a label , though when the symbolic name NN1 is used in the second line ADD NN1 it is called a symbol. sister pages -> AssemblyMnemonic :: Assemby Mnemonic :: A mnemonic is a symbolic name given to operators or operands in a machine instruction. - | sisters: -> AssemblyMn tree: -> data -> asm | LabelsAndS 05.01.2021 |