mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-08 04:00:38 +00:00
Finishing the first opcode
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
//
|
||||
// Created by anonymus-raccoon on 2/5/20.
|
||||
//
|
||||
|
||||
#include "CommonInstructions.hpp"
|
||||
|
||||
namespace ComSquare::CPU
|
||||
{
|
||||
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// Created by anonymus-raccoon on 2/5/20.
|
||||
//
|
||||
|
||||
#ifndef COMSQUARE_COMMONINSTRUCTIONS_HPP
|
||||
#define COMSQUARE_COMMONINSTRUCTIONS_HPP
|
||||
|
||||
namespace ComSquare::CPU
|
||||
{
|
||||
//! @brief The shared states of the Main's CPU and the APU's CPU.
|
||||
class CommonInstructions {
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
#endif //COMSQUARE_COMMONINSTRUCTIONS_HPP
|
||||
Reference in New Issue
Block a user