|
|
|
|
|
by p_l
756 days ago
|
|
Especially when one adds how many "low level programming" idioms for C are, as far as I understand, undefined behaviour in C. Like assigning an address to then use as pointer to physical memory... Which is extra visible when one looks at original UNIX sources and its many short assembly bits in separate files to handle bits of direct hw manipulation. |
|
What do you mean by this? Like writing to a specific integer address?
That's not UB and is also the only way to write to memmapped registers.