Commit dca070

2026-05-21 09:36:22 Bob Green: -/-
programming/machine library.md ..
@@ 2,8 2,9 @@
I've created a library targeting the hardware specific aspects of programming the Sbc-3. I believe that it should work with the other boards from [Mega Micros](https://mega-micros.co.uk/index.htm), but since I don't have access to anything but the Sbc-3, can't confirm that.
+ ::: info
Note. if compiling for the 68000, you'll need to change the target cpu in `src/stdenv.mk` and `src/lib/Makefile` by changing the **CPU** macro.
-
+ :::
To use the library, just include the following in your C sourcecode:
```c
#include <machine.h>
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9