mirror of
https://github.com/CPunch/Cosmo.git
synced 2025-09-27 13:50:08 +00:00
fixed typos
This commit is contained in:
@@ -3,13 +3,6 @@
|
||||
|
||||
#include "cosmo.h"
|
||||
|
||||
// instruction types
|
||||
typedef enum {
|
||||
I_O, // just the operand (uint8_t)
|
||||
I_OBYTE, // operand (uint8_t) + uint8_t
|
||||
I_OSHORT, // operand (uint8_t) + uint16_t
|
||||
} InstructionType;
|
||||
|
||||
// instructions
|
||||
|
||||
typedef enum {
|
||||
|
Reference in New Issue
Block a user