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

Subversion Repositories thor

[/] [thor/] [trunk/] [software/] [emuThor/] [source/] [stdafx.h] - Blame information for rev 35

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 robfinch
// stdafx.h : include file for standard system include files,
2
// or project specific include files that are used frequently, but
3
// are changed infrequently
4
#pragma once
5
 
6
// TODO: reference additional headers your program requires here
7
#include <string>
8 32 robfinch
#include "clsDevice.h"
9
#include "clsCPU.h"
10 30 robfinch
#include "clsPIC.h"
11 32 robfinch
#include "clsKeyboard.h"
12
#include "clsUart.h"
13
#include "clsThor.h"
14 35 robfinch
#include "clsSevenSeg.h"
15 30 robfinch
#include "clsSystem.h"
16 35 robfinch
#include "clsDisassem.h"
17 30 robfinch
 
18
enum {
19
        PF = 0,
20
        PT = 1,
21
        PEQ = 2,
22
        PNE = 3,
23
        PLE = 4,
24
        PGT = 5,
25
        PGE = 6,
26
        PLT = 7,
27
        PLEU = 8,
28
        PGTU = 9,
29
        PGEU = 10,
30
        PLTU = 11
31
};

powered by: WebSVN 2.1.0

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