total noob here.
Upgraded to a pi 4 recently, checking the BCM2711 ARM Peripherals manual I noticed the memory addresses have an underscore, for example, the physical main address is: 0x4_7C00_0000 to 0x4_7FFF_FFF. When programing for c / asm, is it safe to use these as "0x47C000000" or do you have to use "0x4_7C00_0000"?
Thanks for your time.