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

Subversion Repositories t48

[/] [t48/] [tags/] [rel_1_0/] [rtl/] [vhdl/] [decoder_pack-p.vhd] - Blame information for rev 179

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

Line No. Rev Author Line
1 4 arniml
-------------------------------------------------------------------------------
2
--
3 179 arniml
-- $Id: decoder_pack-p.vhd,v 1.3 2005-06-11 10:08:43 arniml Exp $
4 4 arniml
--
5
-- Copyright (c) 2004, Arnim Laeuger (arniml@opencores.org)
6
--
7
-- All rights reserved
8
--
9
-------------------------------------------------------------------------------
10
 
11 179 arniml
package t48_decoder_pack is
12 4 arniml
 
13
  -----------------------------------------------------------------------------
14
  -- The Mnemonics.
15
  -----------------------------------------------------------------------------
16
  type mnemonic_t is (MN_ADD,
17
                      MN_ADD_A_DATA,
18
                      MN_ANL,
19
                      MN_ANL_A_DATA,
20
                      MN_ANL_EXT,
21
                      MN_CALL,
22
                      MN_CLR_A,
23
                      MN_CLR_C,
24
                      MN_CLR_F,
25
                      MN_CPL_A,
26
                      MN_CPL_C,
27
                      MN_CPL_F,
28
                      MN_DA,
29
                      MN_DEC,
30
                      MN_DIS_EN_I,
31
                      MN_DIS_EN_TCNTI,
32
                      MN_DJNZ,
33
                      MN_ENT0_CLK,
34
                      MN_IN,
35
                      MN_INC,
36
                      MN_INS,
37
                      MN_JBB,
38
                      MN_JC,
39
                      MN_JF,
40
                      MN_JMP,
41
                      MN_JMPP,
42
                      MN_JNI,
43
                      MN_JT,
44
                      MN_JTF,
45
                      MN_JZ,
46
                      MN_MOV_A_DATA,
47
                      MN_MOV_A_PSW,
48
                      MN_MOV_A_RR,
49
                      MN_MOV_PSW_A,
50
                      MN_MOV_RR,
51
                      MN_MOV_RR_DATA,
52
                      MN_MOV_T,
53 22 arniml
                      MN_MOVD_A_PP,
54 4 arniml
                      MN_MOVP,
55
                      MN_MOVX,
56
                      MN_NOP,
57
                      MN_ORL,
58
                      MN_ORL_A_DATA,
59
                      MN_ORL_EXT,
60 22 arniml
                      MN_OUTD_PP_A,
61 4 arniml
                      MN_OUTL_EXT,
62
                      MN_RET,
63
                      MN_RL,
64
                      MN_RR,
65
                      MN_SEL_MB,
66
                      MN_SEL_RB,
67
                      MN_STOP_TCNT,
68
                      MN_STRT,
69
                      MN_SWAP,
70
                      MN_XCH,
71
                      MN_XRL,
72
                      MN_XRL_A_DATA);
73
 
74 179 arniml
end t48_decoder_pack;
75 4 arniml
 
76
 
77
-------------------------------------------------------------------------------
78
-- File History:
79
--
80
-- $Log: not supported by cvs2svn $
81 179 arniml
-- Revision 1.2  2004/03/28 13:09:53  arniml
82
-- merge MN_ANLD, MN_MOVD_PP_A and MN_ORLD_PP_A to OUTLD_PP_A
83
--
84 22 arniml
-- Revision 1.1  2004/03/23 21:31:52  arniml
85
-- initial check-in
86 4 arniml
--
87
-------------------------------------------------------------------------------

powered by: WebSVN 2.1.0

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