← Back to team overview

gnusim8085-devel team mailing list archive

[Question #111760]: Start address at 4203?

 

New question #111760 on gnusim8085:
https://answers.launchpad.net/gnusim8085/+question/111760

Consider this simple program,

jmp start
data: db 2ah
start: lxi h, data
hlt

This loads the HL register with the address location of the data (2a).

The address is at 4203. Perhaps I'm not understanding something here but I was expecting it to start at 0001h, with the jmp command stored at 0000h. Why does it start at 4203 (which I believe is really 342h because its stored in reverse correct?). 

-- 
You received this question notification because you are a member of
GNUSim8085 developers, which is an answer contact for gnusim8085.