Annotation of qemu/tests/lm32/test_modu.S, revision 1.1

1.1     ! root        1: .include "macros.inc"
        !             2: 
        !             3: start
        !             4: 
        !             5: test_name MODU_1
        !             6: mvi r1, 0
        !             7: mvi r2, 1
        !             8: modu r3, r1, r2
        !             9: check_r3 0
        !            10: 
        !            11: test_name MODU_2
        !            12: mvi r1, 1
        !            13: mvi r2, 1
        !            14: modu r3, r1, r2
        !            15: check_r3 0
        !            16: 
        !            17: test_name MODU_3
        !            18: mvi r1, 3
        !            19: mvi r2, 2
        !            20: modu r3, r1, r2
        !            21: check_r3 1
        !            22: 
        !            23: test_name MODU_4
        !            24: mvi r1, 0
        !            25: mvi r2, 0
        !            26: modu r3, r1, r2
        !            27: check_excp 16
        !            28: 
        !            29: test_name MODU_5
        !            30: load r1 0xabcdef12
        !            31: load r2 0x12345
        !            32: modu r3, r1, r2
        !            33: check_r3 0x3c12
        !            34: 
        !            35: end

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.