source:
trunk/instr.h
@
3
Last change on this file since 3 was 2, checked in by , 16 years ago | |
---|---|
File size: 289 bytes |
Rev | Line | |
---|---|---|
[2] | 1 | #ifndef INSTR_H_ |
2 | #define INSTR_H_ | |
3 | ||
4 | typedef struct instr_t { | |
5 | int type; | |
6 | int data; | |
7 | } instr_t, * instr_ptr; | |
8 | ||
9 | class LoadRequest { | |
10 | private: | |
11 | ||
12 | // the address of data to load | |
13 | int address; | |
14 | int | |
15 | ||
16 | public: | |
17 | Instr() { | |
18 | ||
19 | } | |
20 | ||
21 | inline | |
22 | ||
23 | } | |
24 | ||
25 | #endif |
Note: See TracBrowser
for help on using the repository browser.