source: trunk/instr.h @ 2

Last change on this file since 2 was 2, checked in by guillaumeb, 15 years ago

commit initial

File size: 289 bytes
Line 
1#ifndef INSTR_H_
2#define INSTR_H_
3
4typedef struct instr_t {
5    int type;
6    int data;
7} instr_t, * instr_ptr;
8
9class 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.