|
dc497ba4fb
|
Added call registers
|
2024-06-27 14:25:53 +02:00 |
|
|
735057ac74
|
Added push and pop instructions
|
2024-06-27 12:59:41 +02:00 |
|
|
8e64271f74
|
Implemented parameters
|
2024-06-27 10:12:41 +02:00 |
|
|
94151773a5
|
Enforced consistent naming
|
2024-06-26 23:24:11 +02:00 |
|
|
d1a3ffb1a5
|
Implemented complex expressions
|
2024-06-26 22:51:14 +02:00 |
|
|
988a538661
|
Added build result struct
|
2024-06-26 20:16:18 +02:00 |
|
|
3268f7a7ee
|
Added tokenizer benchmark
|
2024-06-26 18:49:03 +02:00 |
|
|
49b75dbda4
|
Improved test coverage
|
2024-06-26 15:24:10 +02:00 |
|
|
68ec1467ef
|
Improved assembler
|
2024-06-26 14:14:11 +02:00 |
|
|
e23c1ece80
|
Added more tests
|
2024-06-26 12:55:22 +02:00 |
|
|
e69d695f6b
|
Improved function names
|
2024-06-25 23:37:14 +02:00 |
|
|
e6462266ef
|
Implemented simple expressions
|
2024-06-25 20:50:06 +02:00 |
|
|
2569c1bf63
|
Implemented assignments
|
2024-06-25 17:09:25 +02:00 |
|
|
c7d90a2d11
|
Reversed parameter order
|
2024-06-25 16:31:59 +02:00 |
|
|
a87775a1db
|
Implemented register push and pop
|
2024-06-25 16:19:47 +02:00 |
|
|
2cbc064f14
|
Implemented division
|
2024-06-25 00:19:01 +02:00 |
|
|
34af20d7a0
|
Implemented multiplication
|
2024-06-24 22:43:01 +02:00 |
|
|
625e8d5e2e
|
Improved x64 encoder
|
2024-06-24 21:54:03 +02:00 |
|
|
862598cfc1
|
Added more tests
|
2024-06-24 17:51:24 +02:00 |
|
|
b018d8de61
|
Implemented subtraction
|
2024-06-24 16:55:15 +02:00 |
|
|
597cb9abed
|
Implemented addition
|
2024-06-24 14:14:07 +02:00 |
|
|
41f5dcbe62
|
Implemented infinite loops
|
2024-06-24 11:00:32 +02:00 |
|
|
dd495fab4e
|
Implemented block instruction parsing
|
2024-06-24 00:03:26 +02:00 |
|
|
4fc1935183
|
Implemented register to register instructions
|
2024-06-23 20:26:53 +02:00 |
|
|
31845dbc48
|
Reduced number of tokens processed
|
2024-06-23 14:46:04 +02:00 |
|
|
4f6750dc8e
|
Improved variable definitions
|
2024-06-22 20:18:13 +02:00 |
|
|
2f7319e6a0
|
Added more tests
|
2024-06-22 13:20:11 +02:00 |
|
|
4faa1641c6
|
Added CPU type
|
2024-06-21 22:16:42 +02:00 |
|
|
1058970be3
|
Improved code layout
|
2024-06-21 12:48:01 +02:00 |
|
|
2c6999040d
|
Added more tests
|
2024-06-21 10:17:26 +02:00 |
|
|
ff2a43e593
|
Reduced memory usage
|
2024-06-20 11:29:39 +02:00 |
|
|
9b50c917e9
|
Improved documentation
|
2024-06-19 12:19:32 +02:00 |
|
|
76db8feee3
|
Implemented function calls
|
2024-06-18 16:42:56 +02:00 |
|
|
086998a0c3
|
Fixed incorrect operator symbol
|
2024-06-16 23:06:21 +02:00 |
|
|
8b49200a87
|
Improved expression tests
|
2024-06-16 22:55:12 +02:00 |
|
|
23c6134d9a
|
Improved expression parser
|
2024-06-16 22:48:14 +02:00 |
|
|
ef16bdb4c7
|
Implemented expression parsing
|
2024-06-16 16:57:33 +02:00 |
|
|
864c9c7b43
|
Added more tests
|
2024-06-15 20:25:37 +02:00 |
|
|
4776b4c14c
|
Improved error handling
|
2024-06-15 18:42:31 +02:00 |
|
|
57f1da10fe
|
Improved instruction parser
|
2024-06-15 14:46:44 +02:00 |
|
|
cf696a6f10
|
Added define operator
|
2024-06-15 11:36:57 +02:00 |
|
|
65791ea5a1
|
Added short form for variable definitions
|
2024-06-14 18:03:54 +02:00 |
|
|
6de8ac7b9f
|
Added missing flag check
|
2024-06-14 11:56:02 +02:00 |
|
|
19489d7a9a
|
Implemented numeric constants
|
2024-06-14 11:48:28 +02:00 |
|
|
f04e9d7a60
|
Implemented return keyword
|
2024-06-14 10:46:45 +02:00 |
|
|
f13f7c2800
|
Moved tests to a separate directory
|
2024-06-14 10:36:01 +02:00 |
|
|
d026010d32
|
Added more tests
|
2024-06-14 09:23:21 +02:00 |
|
|
9458253f31
|
Implemented error messages
|
2024-06-13 12:13:32 +02:00 |
|
|
2d990b0bee
|
Added support for single file builds
|
2024-06-12 12:10:29 +02:00 |
|
|
ef11656e47
|
Removed outdated code
|
2024-06-11 23:54:19 +02:00 |
|