mirror of
https://github.com/zoriya/ComSquare.git
synced 2025-12-19 21:55:11 +00:00
Adding internal registers for the CPU
This commit is contained in:
10
sources/Models/Ints.hpp
Normal file
10
sources/Models/Ints.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
//
|
||||
// Created by anonymus-raccoon on 1/28/20.
|
||||
//
|
||||
|
||||
#ifndef COMSQUARE_INTS_HPP
|
||||
#define COMSQUARE_INTS_HPP
|
||||
|
||||
typedef unsigned uint24_t;
|
||||
|
||||
#endif //COMSQUARE_INTS_HPP
|
||||
Reference in New Issue
Block a user