Acme::6502::Tube

Acorn 65C02 Second Processor Simulator
Download

Acme::6502::Tube Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Andy Armstrong
  • Publisher web site:
  • http://search.cpan.org/~andya/

Acme::6502::Tube Tags


Acme::6502::Tube Description

Acorn 65C02 Second Processor Simulator Acme::6502::Tube is a Perl module that mulates an Acorn BBC Micro 6502 Tube second processor.SYNOPSIS use Acme::6502::Tube; my $cpu = Acme::6502::Tube->new(); # Load BBC Basic $cpu->load_rom('BASIC2.rom', 0x8000); # Init registers $cpu->set_pc(0x8000); $cpu->set_a(0x01); $cpu->set_s(0xFF); $cpu->set_p(0x22); # Run $cpu->run(2000_000) while 1;You'll need to find your own language ROM to load and it's only been tested with BBC Basic II. Requirements: · Perl


Acme::6502::Tube Related Software