diff options
author | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-11-30 19:19:22 +1100 |
---|---|---|
committer | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-11-30 19:19:22 +1100 |
commit | 40447eccd6db43d636ccc518ae7792b7b43834b5 (patch) | |
tree | 09471aa08737e6555dd060179b6a33944e931f51 /src/main.c | |
parent | 7a3307ad3785a6cd72c820ea6b44086817a20e81 (diff) |
fixed BIT and branch instructions
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -12,7 +12,8 @@ int main() { while(1) { CallInstructionTable(GetMemory(PC), 0); PrintInfo(); - sleep(3); + //sleep(3); + getch(); } TerminalClose(); |