/[smarc]/smarc/src/vmachine/psr.h
ViewVC logotype

Diff of /smarc/src/vmachine/psr.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by misto, Sat Dec 28 16:28:11 2002 UTC revision 1.2 by misto, Thu Jan 2 17:43:54 2003 UTC
# Line 93  class PSR { Line 93  class PSR {
93                          // version and implementation set to 1                          // version and implementation set to 1
94                          // FIXME: better ideas?                          // FIXME: better ideas?
95                          VER(1), IMPL(1) {};                          VER(1), IMPL(1) {};
96                    void zero( void )
97                    {
98                            CWP = 0;
99                            C = 0;
100                            V = 0;
101                            Z = 0;
102                            N = 0;
103                    }
104                                    
105                                                    
106          friend class vmachine;          friend class vmachine;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26