From 05eb5ecfb1611ebd0930c3195a5e55f929571cbd Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Sat, 5 May 2012 11:47:56 -0700 Subject: [PATCH] typo fix --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index dedc1a5..7ba0bff 100644 --- a/README +++ b/README @@ -7,7 +7,7 @@ This is an emulator system for an imaginary computing unit from 0x10c.com, based Developed on Lion and targeting command-line operation, this ought work on most similar platforms, but portability has not been tested to any great degree. -The processor-core emulator is complete and embeddable. The sparse API allows stepping the cpu, and a rudimentary callback system allows for watching system memory access, for doing all sorts of extra things, such as driving the included display driver, which can manage to splat some text glyphs into a tiny screen buffer, and render out make a PNM image of the current state. With a little more work, it could support such as loadable/pluggable modules, or something fancy like that. +The processor-core emulator is complete and embeddable. The sparse API allows stepping the cpu, and a rudimentary callback system allows for watching system memory access, for doing all sorts of extra things, such as driving the included display driver, which can manage to splat some text glyphs into a tiny screen buffer, and render out an image file of the current state. With a little more work, it could support such things as completely pluggable modules, or something fancy like that. For support utilities, there's a simple shell for running and manipulating a complete emulated system, as well as a woefully inelegant brute-force assembler, which needs a few additional features to be really useful beyond proof-of-concept. -- 2.43.2