]> gitweb.factorcode.org Git - factor.git/blob - extra/cpu/8080/8080-docs.factor
48b68360cbf8c983e0c5407c7aab314c277414e2
[factor.git] / extra / cpu / 8080 / 8080-docs.factor
1 ! Copyright (C) 2007 Chris Double.\r
2 ! See http://factorcode.org/license.txt for BSD license.\r
3 USING: help.markup help.syntax sequences strings cpu.8080.emulator ;\r
4 IN: cpu.8080\r
5 \r
6 \r
7 ARTICLE: { "cpu-8080" "cpu-8080" } "Intel 8080 CPU Emulator"\r
8 "The cpu-8080 library provides an emulator for the Intel 8080 CPU"\r
9 " instruction set. It is complete enough to emulate some 8080"\r
10 " based arcade games." $nl \r
11 "The emulated CPU can load 'ROM' files from disk using the "\r
12 { $link load-rom } " and " { $link load-rom* } " words. These expect "\r
13 "the " { $link rom-root } " variable to be set to the path "\r
14 "containing the ROM file's." ;\r
15 \r
16 ABOUT: { "cpu-8080" "cpu-8080" } \r