Commit Graph

19 Commits

Author SHA1 Message Date
cc1439843e Implement Stack Instructions 2025-07-23 08:32:28 -04:00
4ac3dd4f89 Remove debug builds from CI 2025-07-22 11:55:50 -04:00
06b76ce435 Fix building on Windows 2025-07-22 11:51:32 -04:00
08e033cdfd Attempt to fix CI issues 2025-07-22 11:42:16 -04:00
a863b36f82 Implement Some Subroutine instructions 2025-07-22 11:41:06 -04:00
268b45b062 Add some branching instructions 2025-07-22 11:31:10 -04:00
afa00385db Implement JMP instructions 2025-07-22 11:12:24 -04:00
349f161096 Add instruction usage to store intstructions 2025-07-22 09:55:27 -04:00
e856c9d95d Implement Compare Instructions 2025-07-22 09:23:58 -04:00
86ee748396 Implement github CI for the project 2025-07-22 08:44:39 -04:00
605b3b7c82 Implement Increment and Decrement Instructions 2025-07-22 08:31:44 -04:00
3a28cf09ea Minor code cleanup and changes 2025-07-22 08:15:32 -04:00
522303c785 Implement Store Instructions 2025-07-22 08:15:02 -04:00
9e1c5b75cb Implement LOAD Instructions 2025-07-21 21:14:17 -04:00
1fb0a97445 Add BSD-3 Clause License to the Project 2025-07-21 20:45:54 -04:00
a5d7476ed2 Basic gitignore 2025-07-21 20:44:50 -04:00
ba49d67c3d Add headers to CMakeLists.txt 2025-07-21 20:44:26 -04:00
ffef7101fa Split project into multiple files 2025-07-21 20:43:53 -04:00
817827b4ad src/main.cpp 2025-07-21 20:27:57 -04:00