This repository was archived by the owner on Dec 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make C1P screen sharper, add support for C1P JSON files, and add more…
… C1P README files
- Loading branch information
Showing
46 changed files
with
2,199 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
layout: page | ||
title: Challenger 1P Machine-Language (6502) Applications | ||
permalink: /apps/c1p/6502/ | ||
--- | ||
|
||
Challenger 1P Machine-Language (6502) Applications | ||
--- | ||
|
||
The project contains the following 6502 machine-language tests: | ||
|
||
- [BCD](tests/bcd/bcd.asm): Verify decimal mode behavior | ||
- [VFLAG](tests/vflag/vflag.asm): Demonstrate that the V flag works as described | ||
|
||
Along with a variety of [6502 Machine-Language Programs](jeffpar/) written by [Jeff Parsons](https://twitter.com/jeffpar) | ||
in 1979-1980. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
layout: page | ||
title: Challenger 1P Machine-Language (6502) Programs | ||
permalink: /apps/c1p/6502/jeffpar/ | ||
--- | ||
|
||
Challenger 1P Machine-Language (6502) Programs | ||
--- | ||
|
||
The project contains the following 6502 machine-language programs written by [Jeff Parsons](https://twitter.com/jeffpar) | ||
in 1979-1980: | ||
|
||
- [6502 Assembler/Disassembler](assembler/ASSEMBLER-1.json) | ||
- [BASIC Extensions](basicext/BASICEXT.json) | ||
- [Game of Life](life/LIFE.json) |
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{"bytes": [ | ||
0x00,0x00,0x82,0x84,0x04,0x00,0x04,0x00,0x00,0x00,0x5E,0x48,0xCD,0x15,0x02,0xD0, // 0x00000000 ..........^H.... | ||
0x03,0x4C,0x0B,0x19,0x4C,0x96,0x18,0xA0,0x00,0x8C,0xC4,0x14,0x4C,0xBC,0x18,0x20, // 0x00000010 .L..L.......L.. | ||
0x42] // 0x00000020 B | ||
} |
Oops, something went wrong.