pcjs/docs/pcx86/examples
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2016-10-17 11:01:32 -07:00
..
.gitignore Starting work on disambiguating PCjs the emulator from PCjs the project/website; the emulator will become PCx86 2016-05-16 20:55:32 -07:00
1981-04-24.json Starting work on disambiguating PCjs the emulator from PCjs the project/website; the emulator will become PCx86 2016-05-16 20:55:32 -07:00
components.css Updated PC8080 and PDPjs to support RAM images, eliminating the need for the old "writable ROM" kludge; RAM images can include their own load and exec addresses as part of the JSON file, but the RAM component can provide explicit overrides (if no load address is specified either way, the default load address is the starting RAM address) 2016-10-17 11:01:32 -07:00
components.xsl Updated PC8080 and PDPjs to support RAM images, eliminating the need for the old "writable ROM" kludge; RAM images can include their own load and exec addresses as part of the JSON file, but the RAM component can provide explicit overrides (if no load address is specified either way, the default load address is the starting RAM address) 2016-10-17 11:01:32 -07:00
example1.html Fixed examples 2016-06-06 09:59:45 -07:00
example1.xml Starting work on disambiguating PCjs the emulator from PCjs the project/website; the emulator will become PCx86 2016-05-16 20:55:32 -07:00
example2.html Fixed examples 2016-06-06 09:59:45 -07:00
example2.xml Starting work on disambiguating PCjs the emulator from PCjs the project/website; the emulator will become PCx86 2016-05-16 20:55:32 -07:00
example3.json Starting work on disambiguating PCjs the emulator from PCjs the project/website; the emulator will become PCx86 2016-05-16 20:55:32 -07:00
example3a.html Fixed examples 2016-06-06 09:59:45 -07:00
example3a.xml Starting work on disambiguating PCjs the emulator from PCjs the project/website; the emulator will become PCx86 2016-05-16 20:55:32 -07:00
example3b.html Fixed examples 2016-06-06 09:59:45 -07:00
example3b.xml Starting work on disambiguating PCjs the emulator from PCjs the project/website; the emulator will become PCx86 2016-05-16 20:55:32 -07:00
examples.zip Starting work on disambiguating PCjs the emulator from PCjs the project/website; the emulator will become PCx86 2016-05-16 20:55:32 -07:00
ibm-basic-1.00.json Starting work on disambiguating PCjs the emulator from PCjs the project/website; the emulator will become PCx86 2016-05-16 20:55:32 -07:00
ibm-mda-cga.json Starting work on disambiguating PCjs the emulator from PCjs the project/website; the emulator will become PCx86 2016-05-16 20:55:32 -07:00
PCDOS100.json Starting work on disambiguating PCjs the emulator from PCjs the project/website; the emulator will become PCx86 2016-05-16 20:55:32 -07:00
pcx86-dbg.js Re-enabled source maps, at least for the PDP-11 emulators (for now) 2016-10-14 09:30:17 -07:00
pcx86.js Re-enabled source maps, at least for the PDP-11 emulators (for now) 2016-10-14 09:30:17 -07:00
README.md Add redirects for all the (moved) disk folders 2016-05-23 14:34:57 -07:00
visicalc.json Starting work on disambiguating PCjs the emulator from PCjs the project/website; the emulator will become PCx86 2016-05-16 20:55:32 -07:00
zip.sh Starting work on disambiguating PCjs the emulator from PCjs the project/website; the emulator will become PCx86 2016-05-16 20:55:32 -07:00

layout title permalink machines redirect_from
page PCx86 Documentation Examples /docs/pcx86/examples/
type id config
pcx86 example3 /docs/pcx86/examples/example3b.xml
/docs/pcjs/examples/
/docs/pcx86/demos/
/docs/pcx86/demos/sample1.html/

PCx86 Documentation Examples

This folder provides all the self-contained PCx86 examples described in the Documentation.

To use them, download examples.zip, unzip it into a folder on your desktop computer or web server, and experiment with them in your web browser. Since all these examples are self-contained, they should work with either the "file:" or "http:" protocol.

Have fun!

{% include machine.html id="example3" %}

[Return to PCx86 Documentation]