Annotation of uae/CPU Sources/cpu7.c, revision 1.1

1.1     ! root        1: #include "config.h"
        !             2: #include "amiga.h"
        !             3: #include "options.h"
        !             4: #include <stdlib.h>
        !             5: #include "memory.h"
        !             6: #include "custom.h"
        !             7: #include "newcpu.h"
        !             8: #include "cputbl.h"
        !             9: void op_7000(UWORD opcode)
        !            10: {
        !            11:        ULONG srcreg = (LONG)(BYTE)((opcode & 255) >> 0);
        !            12:        ULONG dstreg = (opcode & 3584) >> 9;
        !            13: {{     ULONG src = srcreg;
        !            14: {      regs.v = regs.c = 0;
        !            15:        regs.z = ((LONG)(src)) == 0;
        !            16:        regs.n = ((LONG)(src)) < 0;
        !            17:        regs.d[dstreg] = (src);
        !            18: }}}}

unix.superglobalmegacorp.com

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