Start address at 4203?
Asked by
BlackCow
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?).
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- gnusim8085 Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- aniceberg
- Solved:
- Last query:
- Last reply:
To post a message you must log in.