I use Dallas 390 and I want to map the device I/O into RAM which can be accessed by Dallas 390.I have the following solution:
1.
Using XSEG in Ax51 as the following example
XSEG AT 08000h
IO_PORT: DS 1
The variable IO_PORT can be externed in head file…