Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 400 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 400 Bytes

Zig GBA "Hello World"

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

Emulator image

Running on real hardware

Real hardware image