mirror of
https://github.com/zellyn/a2audit.git
synced 2025-02-18 07:30:26 +00:00
Use Markdown for README; use diskii mkhello
This commit is contained in:
parent
630cc2d77c
commit
dfd8c2d9c3
@ -1,6 +1,6 @@
|
|||||||
* Apple II Audit
|
# Apple II Audit
|
||||||
|
|
||||||
This repository contain routines to audit Apple II computers (II, II+,
|
This repository contains routines to audit Apple II computers (II, II+,
|
||||||
IIe, IIc), providing information about hardware, ROM versions, RAM
|
IIe, IIc), providing information about hardware, ROM versions, RAM
|
||||||
configuration, and behavior.
|
configuration, and behavior.
|
||||||
|
|
||||||
@ -9,7 +9,7 @@ emulator writers to systematically identify and eliminate perceptible
|
|||||||
differences from real hardware. If a difference visible to code can be
|
differences from real hardware. If a difference visible to code can be
|
||||||
found, a test should be added to this suite.
|
found, a test should be added to this suite.
|
||||||
|
|
||||||
** Status
|
## Status
|
||||||
|
|
||||||
I'm just getting started, currently working on:
|
I'm just getting started, currently working on:
|
||||||
|
|
||||||
@ -18,5 +18,6 @@ I'm just getting started, currently working on:
|
|||||||
- sha1sum assembly code
|
- sha1sum assembly code
|
||||||
|
|
||||||
This test suite is a step on the way to implementing Apple IIe
|
This test suite is a step on the way to implementing Apple IIe
|
||||||
(enhanced) support in [[http://openemulatorproject.github.io/][OpenEmulator]]: I may alternate adding tests here
|
(enhanced) support in
|
||||||
and features there.
|
[OpenEmulator](http://openemulatorproject.github.io/): I may alternate
|
||||||
|
adding tests here and features there.
|
@ -9,7 +9,7 @@ acme audit.asm
|
|||||||
|
|
||||||
cp ../dsk/supermon20.dsk audit.dsk
|
cp ../dsk/supermon20.dsk audit.dsk
|
||||||
# FHELLO: load file DF02 at 0x6000.
|
# FHELLO: load file DF02 at 0x6000.
|
||||||
echo -n -e '\x20\x40\x03\x6D\x01\xDC\x2C\x02\xDF\x2C\x00\x60\xF8\x4C\x00\x60' | diskii put -f audit.dsk DF01:FHELLO -
|
diskii nakedos mkhello audit.dsk DF02
|
||||||
diskii put -f audit.dsk DF02:FWORLD audit.o
|
diskii put -f audit.dsk DF02:FWORLD audit.o
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user