Examples of implementations with unusual uintptr_t?
From Anthony Cuozzo@21:1/5 to All on Fri Jan 19 14:44:17 2024
Does anyone know of any examples of compilers for flat memory
architectures in which uintptr_t is defined, but the underlying values
aren't just the memory addresses you'd use in the machine code for the architecture?
fabricated e.g., "The cccccc compiler for the DMR-VI machine has
uintptr_t with all bits reversed!"
Does anyone know of any examples of compilers for flat memory
architectures in which uintptr_t is defined, but the underlying values
aren't just the memory addresses you'd use in the machine code for the >architecture?