An open API service indexing awesome lists of open source software.

https://github.com/nullobject/m68k-ulx3s


https://github.com/nullobject/m68k-ulx3s

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# m68k-ulx3s

## Getting Started

Install m68k binary utilities and C compiler:

``` sh
sudo apt install binutils-m68k-linux-gnu gcc-m68k-linux-gnu
```

Build project and program the FPGA:

```sh
make program
```