|
8fe663ece1
|
Renamed arm64 to arm
|
2025-02-07 11:38:21 +01:00 |
|
|
05f6a015dc
|
Added asmc package
|
2025-02-06 23:26:10 +01:00 |
|
|
5bbc730ed4
|
Improved server example
|
2025-02-06 17:11:57 +01:00 |
|
|
463d993c28
|
Added HTTP server example
|
2025-02-06 14:46:33 +01:00 |
|
|
c352778c6d
|
Reorganized sys functions
|
2025-02-06 13:46:37 +01:00 |
|
|
9908066c20
|
Added socket syscalls for Mac
|
2025-02-06 13:19:04 +01:00 |
|
|
1b63ac73cf
|
Allowed comments in the scanner
|
2025-02-06 13:10:44 +01:00 |
|
|
559df424d3
|
Added server example
|
2025-02-06 12:49:17 +01:00 |
|
|
9c53235e7e
|
Renamed x64 to x86
|
2025-02-05 23:16:18 +01:00 |
|
|
f558a69366
|
Added build statistics
|
2025-02-05 23:10:50 +01:00 |
|
|
64bd2bae59
|
Fixed register allocation on function calls
|
2025-02-05 22:49:39 +01:00 |
|
|
f76f0a1e4b
|
Implemented struct pointer types
|
2025-02-05 15:16:00 +01:00 |
|
|
f7bc903aa4
|
Added more tests
|
2025-02-05 11:11:15 +01:00 |
|
|
bd0a468282
|
Simplified type system
|
2025-02-04 23:58:01 +01:00 |
|
|
71d7cdf5b2
|
Implemented reading from struct fields
|
2025-02-04 20:43:15 +01:00 |
|
|
e36d9fade3
|
Implemented structs
|
2025-02-04 18:16:31 +01:00 |
|
|
50fc8c6249
|
Removed unnecessary code
|
2025-02-04 15:19:03 +01:00 |
|
|
30940f0100
|
Implemented struct parser
|
2025-02-04 14:41:04 +01:00 |
|
|
00e7216256
|
Forced the evaluation of symlinks
|
2025-02-04 00:00:43 +01:00 |
|
|
2d592169e4
|
Simplified register usage visualization
|
2025-02-03 21:20:48 +01:00 |
|
|
e439516059
|
Simplified identifier lookup
|
2025-02-03 15:22:57 +01:00 |
|
|
e962ac379c
|
Fixed incorrect section offsets on Windows
|
2025-02-03 14:23:23 +01:00 |
|
|
f2f0624638
|
Fixed missing register move in if statements
|
2025-02-03 13:17:48 +01:00 |
|
|
d3823e9cfe
|
Added return count mismatch error
|
2025-02-03 13:13:17 +01:00 |
|
|
0db4d4fc14
|
Added time.sleep function
|
2025-02-02 17:04:58 +01:00 |
|
|
819a4a907b
|
Added stack specific flags for thread stack allocation
|
2025-02-02 15:17:52 +01:00 |
|
|
a0388ae15a
|
Simplified the assembler
|
2025-02-02 11:48:08 +01:00 |
|
|
6c432154e6
|
Removed unnecessary benchmarks
|
2025-02-02 11:38:55 +01:00 |
|
|
25f6928f40
|
Simplified tokenizer
|
2025-02-02 11:11:59 +01:00 |
|
|
dd6ebd9cd4
|
Added more tokenizer tests
|
2025-02-01 14:44:24 +01:00 |
|
|
cad7e4b625
|
Fixed incorrect syscall numbers for Mac
|
2025-01-31 21:59:30 +01:00 |
|
|
a878448fc5
|
Added fork and execve syscalls for Mac
|
2025-01-31 21:56:00 +01:00 |
|
|
7fb5c8407f
|
Fixed incorrect OS detection
|
2025-01-31 21:50:35 +01:00 |
|
|
2ae8b04593
|
Simplified thread example
|
2025-01-31 12:11:39 +01:00 |
|
|
326db85e41
|
Added more CLI tests
|
2025-01-31 11:54:42 +01:00 |
|
|
ff40760186
|
Added more tokenizer tests
|
2025-01-31 11:42:34 +01:00 |
|
|
4149fcec80
|
Improved performance of the address resolver
|
2025-01-31 11:14:04 +01:00 |
|
|
699dbe4fd5
|
Implemented function pointers as parameters
|
2025-01-30 23:57:41 +01:00 |
|
|
977028f8ab
|
Improved code style
|
2025-01-30 22:23:38 +01:00 |
|
|
860795c1ec
|
Implemented basic support for function pointers
|
2025-01-30 16:33:20 +01:00 |
|
|
47f2bc7947
|
Simplified memory access encoding
|
2025-01-29 15:22:36 +01:00 |
|
|
21e544640d
|
Improved documentation
|
2025-01-28 14:04:30 +01:00 |
|
|
b8dab29c54
|
Improved documentation
|
2025-01-28 13:43:38 +01:00 |
|
|
764b7f5c29
|
Added missing register deallocation
|
2025-01-26 14:31:38 +01:00 |
|
|
ce5302a965
|
Improved visibility of token groups
|
2025-01-26 12:28:38 +01:00 |
|
|
9153a4ba30
|
Renamed x64 store function
|
2025-01-25 23:18:57 +01:00 |
|
|
169810e3a2
|
Implemented dynamic array indices
|
2025-01-24 22:47:28 +01:00 |
|
|
791573bbfc
|
Added more syscalls
|
2025-01-20 21:37:23 +01:00 |
|
|
bad8e9ac85
|
Improved section offset calculation
|
2025-01-20 13:51:47 +01:00 |
|
|
dfc39f1f04
|
Reduced number of packages
|
2024-08-26 15:34:34 +02:00 |
|