I can't understand how we get the Hexadecimal code of the labels in the address symbol table.
[Program To subtract 2 numbers]
ORG 100
LDA SUB
CMA
INC
ADD MIN
STA DIF
HLT
MIN, DEC 83
SUB, DEC -23
DIF, HEX 0
END
The address symbol table of the previous program: