Acme-6502

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

Acme-6502 version 0.76

INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install


Alternatively, to install with Module::Build, you can use the following commands:

    perl Build.PL
    ./Build
    ./Build test
    ./Build install


DEPENDENCIES

None.

t/monkeynes/script_10.txt  view on Meta::CPAN

# *** MODIFIED TEST FROM ORIGINAL MONKEYNES
# *** Now properly checks negative branching
clear
power on
regs

# Branch instructions cannot be tested using the op
# command, and are loaded into memory directly and
# setup to execute with the step command.

# Branch not taken --------------------------------
regset s 1
regset pc 9040

# Load op: BPL $40
memset 9040 10
memset 9041 40

step

t/monkeynes/script_30.txt  view on Meta::CPAN

# *** MODIFIED TEST FROM ORIGINAL MONKEYNES
# *** Now properly checks negative branching
clear
power on
regs

# Branch instructions cannot be tested using the op
# command, and are loaded into memory directly and
# setup to execute with the step command.

# Branch not taken --------------------------------
regset s 0
regset pc 9040

# Load op: BMI $40
memset 9040 30
memset 9041 40

step

t/monkeynes/script_50.txt  view on Meta::CPAN

# *** MODIFIED TEST FROM ORIGINAL MONKEYNES
# *** Now properly checks negative branching
clear
power on
regs

# Branch instructions cannot be tested using the op
# command, and are loaded into memory directly and
# setup to execute with the step command.

# Branch not taken --------------------------------
regset v 1
regset pc 9040

# Load op: BVC $40
memset 9040 50
memset 9041 40

step

t/monkeynes/script_70.txt  view on Meta::CPAN

# *** MODIFIED TEST FROM ORIGINAL MONKEYNES
# *** Now properly checks negative branching
clear
power on
regs

# Branch instructions cannot be tested using the op
# command, and are loaded into memory directly and
# setup to execute with the step command.

# Branch not taken --------------------------------
regset v 0
regset pc 9040

# Load op: BVS $40
memset 9040 70
memset 9041 40

step

t/monkeynes/script_90.txt  view on Meta::CPAN

# *** MODIFIED TEST FROM ORIGINAL MONKEYNES
# *** Now properly checks negative branching
clear
power on
regs

# Branch instructions cannot be tested using the op
# command, and are loaded into memory directly and
# setup to execute with the step command.

# Branch not taken --------------------------------
regset c 1
regset pc 9040

# Load op: BCC $40
memset 9040 90
memset 9041 40

step

t/monkeynes/script_B0.txt  view on Meta::CPAN

# *** MODIFIED TEST FROM ORIGINAL MONKEYNES
# *** Now properly checks negative branching
clear
power on
regs

# Branch instructions cannot be tested using the op
# command, and are loaded into memory directly and
# setup to execute with the step command.

# Branch not taken --------------------------------
regset c 0
regset pc 9040

# Load op: BCS $40
memset 9040 B0
memset 9041 40

step

t/monkeynes/script_D0.txt  view on Meta::CPAN

# *** MODIFIED TEST FROM ORIGINAL MONKEYNES
# *** Now properly checks negative branching
clear
power on
regs

# Branch instructions cannot be tested using the op
# command, and are loaded into memory directly and
# setup to execute with the step command.

# Branch not taken --------------------------------
regset z 1
regset pc 9040

# Load op: BNE $40
memset 9040 D0
memset 9041 40

step

t/monkeynes/script_F0.txt  view on Meta::CPAN

# *** MODIFIED TEST FROM ORIGINAL MONKEYNES
# *** Now properly checks negative branching
clear
power on
regs

# Branch instructions cannot be tested using the op
# command, and are loaded into memory directly and
# setup to execute with the step command.

# Branch not taken --------------------------------
regset z 0
regset pc 9040

# Load op: BEQ $40
memset 9040 F0
memset 9041 40

step



( run in 1.197 second using v1.01-cache-2.11-cpan-d8267643d1d )