URL
https://opencores.org/ocsvn/a-z80/a-z80/trunk
Subversion Repositories a-z80
[/] [a-z80/] [trunk/] [tools/] [z80_pla_checker/] [readme.txt] - Rev 22
Compare with Previous | Blame | View Log
z80_pla_checker===============Experiment with the Z80 PLA table! The content of the PLA table is published here:http://arcfn.com/files/z80-pla-table.htmlThe master PLA table is in ../resources/z80-pla.txtOther instruction tables that the tool uses are also in that folder.This executable application was written in portable C# and it should runon Windows as well as on Linux OS with a mono support.On Windows, the project file should build using Visual Studio 2015 or above.On Linux, the project file should build using a mono xbuild command:xbuild /p:TargetFrameworkVersion="v4.5" /p:Configuration=Release
