https://github.com/lambdachad/hello-n64
Hello world!\n in N64
https://github.com/lambdachad/hello-n64
c n64
Last synced: about 2 months ago
JSON representation
Hello world!\n in N64
- Host: GitHub
- URL: https://github.com/lambdachad/hello-n64
- Owner: lambdachad
- Created: 2022-06-20T22:46:30.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-20T23:31:15.000Z (about 4 years ago)
- Last Synced: 2026-04-13T14:30:33.934Z (3 months ago)
- Topics: c, n64
- Language: C
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hello-n64

`Hello world!\n` in N64.
Make sure to install `n64dd.zip` files into `$HOME/.mame/n64dd/`.
```
paru -S git make gcc mips64-elf-gcc mame
git clone https://github.com/knarkzel/hello-n64
cd hello-n64/
make run
```