3bfc65376de3e969678165b3c4e108284f1d3564
[uccvend-snackrom.git] / ROM2 / README
1 This is the source code for the Snack Machine's new ROM at the University
2 Computer Club.
3
4 To build, you'll require the gcc-m68hc1x & binutils-m68hc1x packages.
5
6 You can also run it in a simulator using gdb-m68hc1x. Except to do so, you'll
7 need to use a local copy generated as such:
8
9 sed -e 's|m68hc11eepr/reg 0xb000 512|m68hc11eepr/reg 0x4000 1  |' < /usr/bin/m68hc11-gdb > my-m68hc11-gdb
10
11 This is in order to move the internal eprom out of the way in the simulator that
12 would otherwise cause the simulator to fail when loading the ROM.
13
14

UCC git Repository :: git.ucc.asn.au