|
|
uae-0.4
#include "config.h"
#include "amiga.h"
#include "options.h"
#include <stdlib.h>
#include "memory.h"
#include "custom.h"
#include "newcpu.h"
#include "cputbl.h"
void op_7000(UWORD opcode)
{
ULONG srcreg = (LONG)(BYTE)((opcode & 255) >> 0);
ULONG dstreg = (opcode & 3584) >> 9;
{{ ULONG src = srcreg;
{ regs.v = regs.c = 0;
regs.z = ((LONG)(src)) == 0;
regs.n = ((LONG)(src)) < 0;
regs.d[dstreg] = (src);
}}}}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.