evunit 1.2.0

A unit testing program for the Game Boy
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Changelog

## 1.1.1 (January 29th, 2023)

Fixed:
- `crash` and `exit` now accept a single label once again.

## 1.1.0 (January 19th, 2023)

New:
- Input files may now use `-` to read from standard input.
- Added `caller` and `exit` configuration options.
- `crash` now accepts an array of addresses.
- Memory can be assigned to and tested in unit tests.

## 1.0.0 (October 2nd, 2022)

Initial release