Link to home
Start Free TrialLog in
Avatar of timwilliams
timwilliams

asked on

Direct memory access

How do you access memory address $c100 directly using D3?
I could do it with D1 thus...
myselector:=allocselector(DSEG);
setselectorbase(myselector,$c1000);
setselctorlimit(myselector,$ffff);

I could then read/write as...

mydata:= mem[myselector:offset]

Avatar of timwilliams
timwilliams

ASKER

Edited text of question
Thanks everyone!
ASKER CERTIFIED SOLUTION
Avatar of ronit051397
ronit051397

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial