File:  [UNIX Amiga Emulator] / uae / CPU Sources / cpu7.c
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:37:54 2018 UTC (8 years, 3 months ago) by root
Branches: MAIN, BSchmidt
CVS tags: uae004, HEAD
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);
}}}}

unix.superglobalmegacorp.com

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