If i have 4 contiguos bytes (Example: 78h, F2h, 43h, A0h) in memory that refer to a 32-bit physical address. Then how can i form a 32-bit physical address out of these?
After forming the physical address how can i read contiguous data (1byte at a time) from that address and display each byte on screen?
If anyone knows about this then please reply. I am stuck in an application due to this.