Archived
1
0

Update lc3_lib.h

This commit is contained in:
Erick
2022-02-07 23:07:22 +01:00
committed by GitHub
parent 810abefe09
commit dbcfb7dfcb
+4 -1
View File
@@ -22,6 +22,9 @@ int read_image(const char* file);
void disable_input_buffering();
void restore_input_buffering();
/* check key - unix or win */
uint16_t check_key();
/* Write to memory address */
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);
/* Handle interrupt */
void handle_interrupt(int signal);
void handle_interrupt(int signal);