Home Business wendigojaeger/ZigGBAHelloWorld

wendigojaeger/ZigGBAHelloWorld

by admin2 admin2
20 views
wendigojaeger/ZigGBAHelloWorld

Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up

Game Boy Advance “Hello World” using Zig programming language

4

commits

1

branch

0

packages

0

releases

1

contributor

MIT

Zig

Zig
100.0%

Branch:
master

Find file

Clone or download

Clone with HTTPS

Use Git or checkout with SVN using the web URL.

Open in Desktop

Download ZIP

Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.

Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.

Launching Xcode
If nothing happens, download Xcode and try again.

Launching Visual Studio
If nothing happens, download the GitHub extension for Visual Studio and try again.

wendigojaeger

Add README and LICENSE

Latest commit

bcdd904

Dec 8, 2019

PermalinkType
Name
Latest commit message
Commit time

Failed to load latest commit information.

.vscode

Finally got a running “Hello World” on a real GBA by setting 3 pixel …

Dec 8, 2019

images

Add README and LICENSE

Dec 8, 2019

src

move GBA functions and init code in its own file

Dec 8, 2019

.gitattributes

Initial commit of GBA Hello World

Dec 8, 2019

.gitignore

Initial commit of GBA Hello World

Dec 8, 2019

LICENSE

Add README and LICENSE

Dec 8, 2019

README.md

Add README and LICENSE

Dec 8, 2019

build.zig

Add README and LICENSE

Dec 8, 2019

gba.ld

Finally got a running “Hello World” on a real GBA by setting 3 pixel …

Dec 8, 2019

README.md

This is a simple GBA program that display 3 color pixel as a hello world to the system. Also a testament to the Zig excellent cross-compile functionally!
Build
Simply use Zig’s integrated build system
zig build run
Running in a emulator

Running on real hardware

You may also like

Leave a Comment