|
|
|
|
|
by jhbadger
11 days ago
|
|
8-bit computers had no real "OS" (well, maybe CP/M on the Z80 machines counted). That made programming very different from programming on something like Windows, which involved using APIs. When you programmed on a 8-bit machine you dealt with the hardware itself. Today, the only place you program like that is on microcontrollers. |
|