From 91156bbe5e8d86bb5628b8c4315a804f61d9a186 Mon Sep 17 00:00:00 2001 From: Hermann Seib Date: Fri, 6 May 2022 08:24:28 +0200 Subject: [PATCH] Update README.md --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 5b6c8bb..c752c07 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,18 @@ -# dasmfw -The DisASseMbler FrameWork - -Copyright (c) 2015-2021 Hermann Seib +# dasmfw +The DisASseMbler FrameWork + +Copyright (c) 2015-2022 Hermann Seib Parts Copyright (c) 2000 Arto Salmi Parts Copyright (c) 2013 Colin Bourassa Parts Copyright (c) 2014-2015 Rainer Buchty - -Currently contains disassemblers for the following processor families: -6501,65C02,6800,6801,6809,68HC11,6301,6309,AVR8,68000 -(which also covers 6502,6802,6803,6808,6303 and potentially more using the same instruction set as one of the above). - -Documentation is in [dasmfw.htm](dasmfw.htm) - - + +Currently contains disassemblers for the following processor families: +6501,65C02,6800,6801,6809,68HC11,6301,6309,AVR8,68000 +(which also covers 6502,6802,6803,6808,6303 and potentially more using the same instruction set as one of the above). + +Documentation is in [dasmfw.htm](dasmfw.htm) + + ## Building `dasmfw`is a command line tool written in