mirror of
https://gitlab.com/brendanhaines/cpu.git
synced 2024-11-12 14:35:00 -07:00
6 lines
87 B
C
6 lines
87 B
C
|
// #include <stdint.h>
|
||
|
|
||
|
unsigned int addathing(unsigned int a)
|
||
|
{
|
||
|
return a + 0x29;
|
||
|
}
|