Commit graph

325 commits

Author SHA1 Message Date
8766a4ef1a
Fixed incorrect register move 2024-08-02 12:55:25 +02:00
c9850cf678
Added missing node 2024-08-02 12:16:35 +02:00
270e7e27a0
Improved performance 2024-08-02 11:41:21 +02:00
c67056d405
Improved visualization of register usage 2024-08-02 10:46:39 +02:00
a59bd174af
Improved performance 2024-08-01 23:41:39 +02:00
03aa384b94
Fixed incorrect token count 2024-08-01 14:40:47 +02:00
e3264ba2e7
Added more destructive mnemonics 2024-07-31 23:47:44 +02:00
e5adcff1af
Added escape sequences 2024-07-31 17:50:31 +02:00
85a6a957aa
Removed unnecessary instructions 2024-07-31 15:36:44 +02:00
b8aa7ccf43
Added more tests 2024-07-31 15:27:20 +02:00
553a673b16
Added more tests 2024-07-31 15:24:21 +02:00
c415f0250a
Simplified itoa 2024-07-31 13:37:46 +02:00
2d905c1ac0
Added a check for unused imports 2024-07-31 11:55:21 +02:00
9ea99c97c4
Added more examples 2024-07-31 00:03:16 +02:00
2a0137c2c2
Reduced memory usage 2024-07-30 21:26:15 +02:00
6510166ae0
Added main prefix 2024-07-30 20:02:55 +02:00
e537e543cc
Implemented else blocks 2024-07-30 16:36:33 +02:00
ff86dfe590
Added more tests 2024-07-30 15:46:47 +02:00
fe9585e03f
Improved AST parser 2024-07-30 12:48:48 +02:00
9e312a3477
Simplified code 2024-07-30 12:20:33 +02:00
e6c201d9cb
Improved tests 2024-07-29 18:03:15 +02:00
21f40859cb
Updated todo list 2024-07-29 14:45:53 +02:00
67c7d1ec99
Implemented constant folding 2024-07-29 14:44:16 +02:00
315ad23e31
Moved sizeof functions to a separate package 2024-07-29 12:33:28 +02:00
6d77a8a120
Implemented numbers with different bases 2024-07-29 00:30:26 +02:00
0e999cae92
Implemented move with sign extension 2024-07-28 21:09:42 +02:00
8a4e623c9c
Added assertions to most tests 2024-07-28 18:47:13 +02:00
8d629dda72
Improved division split 2024-07-28 18:12:42 +02:00
4ded8260b3
Implemented negation 2024-07-28 15:42:51 +02:00
c2f6aa1a08
Implemented negative numbers 2024-07-27 17:48:03 +02:00
093bd79c82
Implemented unary operator parsing 2024-07-27 12:49:39 +02:00
86e7ade051
Fixed jump address calculation 2024-07-26 19:33:51 +02:00
de608a74a7
Implemented 64-bit move 2024-07-26 16:19:13 +02:00
8b1af4bea7
Implemented number output 2024-07-26 12:50:47 +02:00
e4f041be41
Implemented assert keyword 2024-07-25 16:47:25 +02:00
f0a1b97f2d
Implemented bit shifts 2024-07-25 15:47:19 +02:00
a7d8d6ae20
Implemented bitwise operations 2024-07-25 14:17:51 +02:00
f68c50247f
Improved modulo tests 2024-07-25 12:21:10 +02:00
a31731a84d
Implemented modulo operation 2024-07-25 12:11:55 +02:00
fac8dba7ee
Added a few todo points 2024-07-24 19:39:13 +02:00
264be81b61
Improved tokenizer performance 2024-07-24 12:14:51 +02:00
ee563230a8
Improved tokenizer performance 2024-07-24 11:55:35 +02:00
26dfe5b5eb
Improved tokenizer performance 2024-07-24 11:50:23 +02:00
da8e8f11d9
Updated dependencies 2024-07-23 22:24:48 +02:00
eeee4d5496
Simplified code 2024-07-23 22:14:23 +02:00
abba962455
Improved separation of concerns 2024-07-23 16:41:21 +02:00
dc5456b820
Improved x64 documentation 2024-07-23 10:47:27 +02:00
2170798b0f
Reduced memory usage 2024-07-22 22:54:24 +02:00
c3234361f7
Simplified variable usage 2024-07-22 19:10:14 +02:00
6276562777
Reduced memory usage 2024-07-22 17:49:44 +02:00