Anonymous
10/17/2025, 7:30:32 PM
No.106920587
>>106920302
it's still a fairly common design pattern in embedded to have static resources rather than global ones
though when you're rawdogging the CPU's address space you can always just read/write directly to whatever the fuck you want including memory mapped IO, it's a matter of coming up with and abiding by conventions to avoid issues
it's still a fairly common design pattern in embedded to have static resources rather than global ones
though when you're rawdogging the CPU's address space you can always just read/write directly to whatever the fuck you want including memory mapped IO, it's a matter of coming up with and abiding by conventions to avoid issues