1
0
mirror of https://github.com/t-edson/P65Utils.git synced 2024-06-01 12:41:29 +00:00
P65Utils/README.md
2020-10-22 21:48:21 -05:00

355 B

P65Utils 0.5

Pascal utilities for the CPU 6502.

This utilities are used by the compiler P65Pas: https://github.com/t-edson/P65Pas

Content:

  • CPUCore.pas -> Unit with basic definitions of 6502 CPU families.
  • P6502utils.pas -> Unit with Pascal definitions for the CPU 6502.
  • P65C02utils.pas -> Unit with Pascal definitions for the CPU 65C02.