Re: alp-8085
yes, as you said it CAN access 64k of memory. but in our college, we use a 8085 kit. it has been provided with only 32k memory. in its manual its been mentioned that programming area is 4000h to 7FFFh. they use something called loop back addressing. (0000h to BFFFh) and (C000h to FFFFh) will again point to same location as 4000 to 7FFFh.
whenever i tried to access memory less than 4000h, it automatically adds an offset of 4000h. so how to write an ISR for an interrupt at its vector address.