How to store the address of an instruction in 8085 Assembly Language? -


i want copy address of instruction labeled memory location : loopcode, can use call loopcode somewhere else.

how in 8085 assembly language?

i thinking of -

lxi h, instr1 xchg lxi h,loopcode someinstr m, d ; someinstr should copy contents of de m.  instr1: mov a,b 


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -