hades.models.mcore
Class McoreMillionCycles

java.lang.Object
  extended byhades.models.mcore.McoreMillionCycles

public class McoreMillionCycles
extends java.lang.Object


Constructor Summary
McoreMillionCycles()
           
 
Method Summary
static java.lang.String _hex(int value, int n_chars)
           
static void main(java.lang.String[] argv)
           
static void msg(java.lang.String s)
           
(package private)  void test_addc(int rx, int valuex, int ry, int valuey, int valuec)
           
(package private)  void test_all_instructions()
           
(package private)  void test_brev(int rx, int value)
           
(package private)  void test_sync()
           
(package private)  void test_trap(int vector)
           
(package private)  void test_tst(int rx, int valuex, int ry, int valuey)
           
(package private)  void test_tstnbz(int rx, int value)
           
(package private)  void test_xor(int rx, int ry, int valuex, int valuey)
           
(package private)  void test_xsr(int rrrr, int value)
           
(package private)  void test_xtrb0(int rrrr, int value)
           
(package private)  void test_xtrb1(int rrrr, int value)
           
(package private)  void test_xtrb2(int rrrr, int value)
           
(package private)  void test_xtrb3(int rrrr, int value)
           
(package private)  void test_zextb(int rrrr, int value)
           
(package private)  void test_zexth(int rrrr, int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

McoreMillionCycles

public McoreMillionCycles()
Method Detail

test_addc

void test_addc(int rx,
               int valuex,
               int ry,
               int valuey,
               int valuec)

test_brev

void test_brev(int rx,
               int value)

test_sync

void test_sync()

test_trap

void test_trap(int vector)

test_tst

void test_tst(int rx,
              int valuex,
              int ry,
              int valuey)

test_tstnbz

void test_tstnbz(int rx,
                 int value)

test_xor

void test_xor(int rx,
              int ry,
              int valuex,
              int valuey)

test_xsr

void test_xsr(int rrrr,
              int value)

test_xtrb0

void test_xtrb0(int rrrr,
                int value)

test_xtrb1

void test_xtrb1(int rrrr,
                int value)

test_xtrb2

void test_xtrb2(int rrrr,
                int value)

test_xtrb3

void test_xtrb3(int rrrr,
                int value)

test_zextb

void test_zextb(int rrrr,
                int value)

test_zexth

void test_zexth(int rrrr,
                int value)

test_all_instructions

void test_all_instructions()

_hex

public static java.lang.String _hex(int value,
                                    int n_chars)

msg

public static void msg(java.lang.String s)

main

public static void main(java.lang.String[] argv)