Archived
1
0
Commit Graph

113 Commits

Author SHA1 Message Date
Erick 8329d7ba77 Delete helloworld.asm 2022-02-06 22:21:38 +01:00
Erick 190031a016 update assembly test code 2022-02-06 22:20:33 +01:00
Erick f44c160d50 Merge branch 'main' of https://github.com/erickahmed/tyvm 2022-02-06 21:52:00 +01:00
Erick cface4669c bugfix and renaming variables 2022-02-06 21:51:37 +01:00
Erick b0993a2842 Update LICENSE 2022-02-06 21:32:29 +01:00
Erick 698ada4fb7 Update helloworld.asm 2022-02-06 14:28:17 +01:00
Erick afd3481703 minor comments changes 2022-02-06 14:27:57 +01:00
Erick 3430ba82e7 Merge branch 'main' of https://github.com/erickahmed/tyvm 2022-02-06 14:02:13 +01:00
Erick 74b2dc109f fix read_image() 2022-02-06 14:01:32 +01:00
Erick eadbae910c Update README.md 2022-02-06 13:31:55 +01:00
Erick 26b4301635 Update README.md 2022-02-06 13:31:26 +01:00
Erick b438c7a97f minor changes 2022-02-06 00:49:55 +01:00
Erick 731c7aaccd fix docstring 2022-02-05 22:02:05 +01:00
Erick 071fe58edd fix docstring 2022-02-05 22:01:34 +01:00
Erick 3253905413 update docstring 2022-02-05 22:00:53 +01:00
Erick 7cb5b839b8 fix makefile 2022-02-05 21:48:49 +01:00
Erick ecaa9dbde6 Create Makefile 2022-02-05 21:34:18 +01:00
Erick e6f79014b8 move memory register storage 2022-02-05 16:07:05 +01:00
Erick 8a2dafd8bc change directory name 📂 2022-02-05 15:47:42 +01:00
Erick 8e0977f352 Merge branch 'main' of https://github.com/erickahmed/tyvm 2022-02-05 15:42:04 +01:00
Erick 231aa9c18a separate preprocessor directives into smaller libraries 2022-02-05 15:42:00 +01:00
Erick 0485ba1ee5 update docstring 2022-02-05 14:11:10 +01:00
Erick a1dd50166a Delete build directory
publish executables on releases
unix-v0.1 win-v.0.1
2022-02-05 12:39:20 +01:00
Erick 6ff478dba7 Update .gitignore 2022-02-05 12:38:28 +01:00
Erick 2d7ccd5a51 Update LICENSE 2022-02-05 12:33:54 +01:00
Erick f176222d19 publish .exe 2022-02-05 12:31:15 +01:00
Erick aaf10caa07 publish build directory 📂 2022-02-05 12:30:28 +01:00
Erick a8473d2420 folder rearrangement 2022-02-05 12:29:30 +01:00
Erick 228d42341b create windows-based executable 2022-02-05 12:28:46 +01:00
Erick d983dcae77 Merge branch 'main' of https://github.com/erickahmed/tyvm 2022-02-05 12:27:48 +01:00
Erick 82b4a8bb4c create unix-based executable 2022-02-05 12:27:45 +01:00
Erick c6f7b04cef fix error: void value not ignored 2022-02-05 12:27:21 +01:00
Erick 3713e04b82 Update helloworld.asm 2022-02-05 12:26:21 +01:00
Erick 5bf4742be2 temp fix for handle_interrupt() bug 2022-02-05 02:41:59 +01:00
Erick d8063b5c8e Update LICENSE 2022-02-05 02:21:20 +01:00
Erick fd06149410 Update LICENSE 2022-02-05 02:20:27 +01:00
Erick 271ea9584d Update LICENSE 2022-02-05 02:20:02 +01:00
Erick 86a6893e6a Update .gitattributes 2022-02-05 02:18:45 +01:00
Erick a7cdd42947 Create helloworld.asm 2022-02-05 02:17:05 +01:00
Erick a879eb3ea7 minor fix in trap opcode x23 2022-02-05 02:06:04 +01:00
Erick 26810174a4 minor fixes 2022-02-05 01:59:31 +01:00
Erick b421e5a96b move handle in windows only declaration into #ifndef directive 2022-02-05 01:52:03 +01:00
Erick df5059b699 (WAY) better parenthesis position 2022-02-05 01:39:18 +01:00
Erick 55aef6ed40 better logistics of libraries location 2022-02-05 01:37:07 +01:00
Erick 767288e1bc Update tyvm.c 2022-02-05 01:31:29 +01:00
Erick 99d3fd48cd 🐛 fix 2022-02-05 01:29:23 +01:00
Erick 956a66dc31 fix include errors, include correct libraries
include 🐛 are finally gone yay it was just a matter of using the right libraries
2022-02-05 01:27:53 +01:00
Erick 32d2e72784 🐛 fix 2022-02-05 01:20:40 +01:00
Erick fac9ee8a1f add check_key() for windows and unix-based os' 2022-02-05 01:18:10 +01:00
Erick 4af438a297 add mem_write and mem_read functions 2022-02-05 01:14:29 +01:00