Initial commit
This commit is contained in:
12
p2-load/y86.h
Normal file
12
p2-load/y86.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef __CS261_Y86__
|
||||
#define __CS261_Y86__
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#define VADDRBITS 12
|
||||
#define MEMSIZE (1 << VADDRBITS)
|
||||
|
||||
/* type declarations */
|
||||
typedef uint8_t byte_t; // byte
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user