8 lines
102 B
C
8 lines
102 B
C
![]() |
#pragma once
|
||
|
|
||
|
#include <stdint.h>
|
||
|
|
||
|
typedef uint8_t Byte;
|
||
|
typedef uint16_t ADDRESS;
|
||
|
#define MAXC 1024
|