Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/02/02 19:08
Read: times


 
#21344 - Moving data segment pointers
I have reserved space in external memory using:

XSEG
ORG 000000h
DMASTART DS 2000
DMASTOP DS 4

so that DMASTART will occupy the first 2000 addresses in external memory and DMASTOP will occupy the next 4. I am running a loop in which I would like DMASTART to pick up right where DMASTOP left off in the previous loop. So DMASTART in the second loop will pick up at the 2004th address and carry through the 6004th address and DMASTOP in the second loop will pick up at the 6004th address and carry through the 2008th address. How do I do this?

List of 2 messages in thread
TopicAuthorDate
Moving data segment pointers            01/01/70 00:00      
RE: Moving data segment pointers            01/01/70 00:00      

Back to Subject List