16 lines
494 B
Markdown
16 lines
494 B
Markdown
---
|
|
layout: page
|
|
title: Challenger 1P Machine-Language Applications
|
|
permalink: /apps/c1p/6502/
|
|
---
|
|
|
|
Challenger 1P Machine-Language 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)
|
|
from 1979 to 1980.
|