# peter.ray :zap:

Using [Zig](https://ziglang.org/) to compile a ROM for use in [Firefly Zero](https://fireflyzero.com/)

## Development

Build and run in the Firefly Zero emulator:
```sh
zig build run
```

File watcher (`spy`) can be started by calling:
```sh
zig build spy
```
