Update lc3_lib.h
This commit is contained in:
+4
-1
@@ -22,6 +22,9 @@ int read_image(const char* file);
|
|||||||
void disable_input_buffering();
|
void disable_input_buffering();
|
||||||
void restore_input_buffering();
|
void restore_input_buffering();
|
||||||
|
|
||||||
|
/* check key - unix or win */
|
||||||
|
uint16_t check_key();
|
||||||
|
|
||||||
/* Write to memory address */
|
/* Write to memory address */
|
||||||
void mem_write(uint16_t address, uint16_t val);
|
void mem_write(uint16_t address, uint16_t val);
|
||||||
|
|
||||||
@@ -29,4 +32,4 @@ void mem_write(uint16_t address, uint16_t val);
|
|||||||
int mem_read(uint16_t address);
|
int mem_read(uint16_t address);
|
||||||
|
|
||||||
/* Handle interrupt */
|
/* Handle interrupt */
|
||||||
void handle_interrupt(int signal);
|
void handle_interrupt(int signal);
|
||||||
|
|||||||
Reference in New Issue
Block a user