1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-06-01 12:41:30 +00:00

Update HISTORY.

This commit is contained in:
Chris Pressey 2019-10-21 21:37:30 +01:00
parent a84cd4de8c
commit 2192a48e0e

View File

@ -1,6 +1,16 @@
History of SixtyPical
=====================
0.21
----
* The reference implementation constructs a callgraph and
approximates the set of routines which are not called
by any other routine, with an eye to omitting them from
the final executable.
* The `dcc6502-adapter` test adapter was updated to conform
to the output of the latest version of `dcc6502`.
0.20
----