From 2492c75cb2e534287acd32259bbf7db290d5c608 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Kujawa?= Date: Sat, 5 Jan 2019 00:30:02 +0100 Subject: [PATCH] Note new vasm version is required. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 927c4be..998dad3 100644 --- a/README.md +++ b/README.md @@ -16,5 +16,6 @@ uthash. On Fedora these can be installed with `gc-devel` and `uthash-devel` packages. If you want to build tests, `kyua` quality assurance toolkit, `atf` testing -framework and `vasm` assembler (6502 with std syntax) are also necessary. +framework and a recent snapshot (1.8f or newer) of `vasm` assembler (6502 +with std syntax) are also necessary.