URL
https://opencores.org/ocsvn/scarm/scarm/trunk
Subversion Repositories scarm
[/] [scarm/] [trunk/] [src/] [Instructions/] [scMCR.h] - Rev 2
Go to most recent revision | Compare with Previous | Blame | View Log
// scMCR.h: interface for the scMCR class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_SCMCR_H__A72DCFBC_3F9A_11D6_B9EB_000000000000__INCLUDED_) #define AFX_SCMCR_H__A72DCFBC_3F9A_11D6_B9EB_000000000000__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #include "scARMInstruction.h" class scMCR : public scARMInstruction { public: scMCR(); virtual ~scMCR(); }; #endif // !defined(AFX_SCMCR_H__A72DCFBC_3F9A_11D6_B9EB_000000000000__INCLUDED_)
Go to most recent revision | Compare with Previous | Blame | View Log