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

Subversion Repositories thor

[/] [thor/] [trunk/] [software/] [emuThor/] [source/] [stdafx.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
// 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
#include "clsPIC.h"
9
#include "clsSystem.h"
10
 
11
enum {
12
        PF = 0,
13
        PT = 1,
14
        PEQ = 2,
15
        PNE = 3,
16
        PLE = 4,
17
        PGT = 5,
18
        PGE = 6,
19
        PLT = 7,
20
        PLEU = 8,
21
        PGTU = 9,
22
        PGEU = 10,
23
        PLTU = 11
24
};

powered by: WebSVN 2.1.0

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