1
0
mirror of https://github.com/t-edson/P65Utils.git synced 2024-09-27 11:56:21 +00:00
Utilities for the CPU 6502
Go to file
2022-03-03 11:21:24 -05:00
MiniAssembler Add files via upload 2022-03-03 11:21:24 -05:00
Cambios.txt Add files via upload 2022-03-03 11:21:24 -05:00
CPUCore.pas Add files via upload 2022-03-03 11:04:54 -05:00
LICENSE
P65C02utils.pas
P6502utils.pas Add files via upload 2022-03-03 11:04:54 -05:00
README.md

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.