Part 2: Exercises (3 Marks) : LDA 8000h ORI 80h STA 8001h LDA 8000h CMA STA 8002h ORI 01h STA 8003h ADI 127 STA 8004h HLT
Part 2: Exercises (3 Marks) : LDA 8000h ORI 80h STA 8001h LDA 8000h CMA STA 8002h ORI 01h STA 8003h ADI 127 STA 8004h HLT
Write 8085 Assembly Language Program to find the negative value of a positive
number in memory location 8000h. Store the result in specified memory location using
the given represen- tation:
Test case:
LDA 8000h
ORI 80h
STA 8001h
LDA 8000h
CMA
STA 8002h
ORI 01h
STA 8003h
ADI 127
STA 8004h
HLT
TAN SOO CHIN 1171103570 ST
Start