Introduction
The libvm68k library consists of classes and functions to implement virtual machines that execute M68000 machine code on modern computers. It is one of the core components of Virtual X68000.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
History of libvm68k
The current work in progress will become libvm68k version 2. This version is being redesigned to take advantage of the latest C++ standards and of modern computers that are much faster than before.
For information about the first version, see libvm68k version 1.