OpenCores
URL https://opencores.org/ocsvn/thor/thor/trunk

Subversion Repositories thor

[/] [thor/] [trunk/] [software/] [emuThor/] [source/] [clsDisassem.h] - Blame information for rev 30

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 robfinch
#pragma once
2
#include "stdafx.h"
3
 
4
class clsDisassem
5
{
6
        bool imm_prefix;
7
        unsigned __int64 imm;
8
        std::string PredCond(int cnd);
9
        std::string SprName(int rg);
10
        std::string dRn(int b1, int b2, int b3, int *Ra, int *Sg, __int64 *disp);
11
        unsigned __int64 ReadByte(int ad) { return system1.ReadByte(ad); };
12
public:
13
        std::string Disassem(int ad, int *nb);
14
};

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.