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

Subversion Repositories thor

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

Go to most recent revision | 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 30 robfinch
#include "clsSystem.h"
15
 
16
enum {
17
        PF = 0,
18
        PT = 1,
19
        PEQ = 2,
20
        PNE = 3,
21
        PLE = 4,
22
        PGT = 5,
23
        PGE = 6,
24
        PLT = 7,
25
        PLEU = 8,
26
        PGTU = 9,
27
        PGEU = 10,
28
        PLTU = 11
29
};

powered by: WebSVN 2.1.0

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