29 Commits

Author SHA1 Message Date
51e3c1ba0e Implemented struct parser 2025-02-04 14:41:04 +01:00
cb6b3a4cd0 Fixed missing register move in if statements 2025-02-03 13:17:48 +01:00
715635aaa7 Added time.sleep function 2025-02-02 17:04:58 +01:00
271ae0fb18 Added stack specific flags for thread stack allocation 2025-02-02 15:17:52 +01:00
8b54823f6e Fixed incorrect syscall numbers for Mac 2025-01-31 21:59:30 +01:00
6f6af97919 Added fork and execve syscalls for Mac 2025-01-31 21:56:00 +01:00
6163ba547e Simplified thread example 2025-01-31 12:11:39 +01:00
162824ec1c Implemented basic support for function pointers 2025-01-30 16:33:20 +01:00
c0b30e9c22 Added more syscalls 2025-01-20 21:37:23 +01:00
6b48ee0a48 Improved Windows support 2024-08-19 17:25:51 +02:00
05789d9626 Improved Windows DLL calls 2024-08-19 11:11:45 +02:00
499fe8aec8 Improved documentation 2024-08-16 12:49:17 +02:00
bec409dbd0 Improved alignment function 2024-08-15 13:53:00 +02:00
e818e5b907 Improved Windows support 2024-08-13 19:34:54 +02:00
81b0cd813c Fixed memory allocation on MacOS 2024-08-12 15:31:23 +02:00
de223908d7 Added conditional compilation for each OS 2024-08-12 14:17:24 +02:00
5d9be01a85 Improved type system 2024-08-08 12:55:25 +02:00
1b13539b22 Implemented type checks 2024-08-07 16:20:03 +02:00
83661c5e7a Added types 2024-08-05 18:47:24 +02:00
42f0367a94 Implemented multiple return values 2024-08-05 12:39:07 +02:00
d4020da6d9 Removed unnecessary line 2024-08-05 10:54:18 +02:00
76c916018a Simplified itoa 2024-07-31 13:37:46 +02:00
0c1b57b4e4 Added main prefix 2024-07-30 20:02:55 +02:00
d5953649d9 Implemented numbers with different bases 2024-07-29 00:30:26 +02:00
bf80551a15 Implemented 64-bit move 2024-07-26 16:19:13 +02:00
123738f88c Implemented number output 2024-07-26 12:50:47 +02:00
e91e894046 Added socket syscalls 2024-07-21 21:30:37 +02:00
824efbf424 Implemented echo example 2024-07-18 21:10:27 +02:00
b34470a97d Implemented package imports 2024-07-18 18:08:30 +02:00