Commit graph

58 commits

Author SHA1 Message Date
Eduard Urbach
c0b30e9c22
Added more syscalls 2025-01-20 21:37:23 +01:00
Eduard Urbach
6b48ee0a48
Improved Windows support 2024-08-19 17:25:51 +02:00
Eduard Urbach
83661c5e7a
Added types 2024-08-05 18:47:24 +02:00
Eduard Urbach
3e3567cd32
Added prime numbers example 2024-08-04 16:17:33 +02:00
Eduard Urbach
f9ff83136a
Improved fizzbuzz example 2024-08-04 00:00:26 +02:00
Eduard Urbach
3ad9510421
Improved gcd example 2024-08-03 23:32:47 +02:00
Eduard Urbach
dbf416d45b
Implemented switch statements 2024-08-03 22:24:40 +02:00
Eduard Urbach
6aa1e674df
Added a rudimentary FizzBuzz example 2024-08-03 01:11:22 +02:00
Eduard Urbach
df5813515d
Fixed an incorrect register move 2024-08-02 15:06:32 +02:00
Eduard Urbach
c8824e699a
Added escape sequences 2024-07-31 17:50:31 +02:00
Eduard Urbach
2293603923
Added more examples 2024-07-31 00:03:16 +02:00
Eduard Urbach
323952f4bc
Implemented else blocks 2024-07-30 16:36:33 +02:00
Eduard Urbach
bf80551a15
Implemented 64-bit move 2024-07-26 16:19:13 +02:00
Eduard Urbach
123738f88c
Implemented number output 2024-07-26 12:50:47 +02:00
Eduard Urbach
21017e6378
Implemented runes 2024-07-22 15:32:16 +02:00
Eduard Urbach
155df7c44c
Implemented array storage 2024-07-20 17:35:26 +02:00
Eduard Urbach
824efbf424
Implemented echo example 2024-07-18 21:10:27 +02:00
Eduard Urbach
b34470a97d
Implemented package imports 2024-07-18 18:08:30 +02:00
Eduard Urbach
24d3e8f2be
Implemented variable scopes 2024-07-15 16:51:36 +02:00
Eduard Urbach
9df899cb52
Implemented data labels 2024-07-13 00:13:13 +02:00
Eduard Urbach
c2401bf826
Reordered jump cases 2024-07-11 11:53:49 +02:00
Eduard Urbach
e24d9ebb50
Implemented 32-bit jumps 2024-07-10 15:01:46 +02:00
Eduard Urbach
5cbc3315a7
Added fibonacci example 2024-07-09 10:28:14 +02:00
Eduard Urbach
b5bb291e47
Implemented boolean operators 2024-07-08 13:38:44 +02:00
Eduard Urbach
ee16774fe7
Improved branch compilation 2024-07-07 21:55:32 +02:00
Eduard Urbach
403e78f655
Improved branch code generation 2024-07-07 14:07:34 +02:00
Eduard Urbach
91e300e49a
Implemented if statements 2024-07-07 12:30:57 +02:00
Eduard Urbach
3340a5824f
Improved code generation 2024-07-04 12:32:56 +02:00
Eduard Urbach
feebfe65bb
Refactored code structure 2024-07-03 11:39:24 +02:00
Eduard Urbach
3fe2cd1da2
Improved variable lifetime tracking 2024-06-30 00:17:14 +02:00
Eduard Urbach
6e1af81733
Added tests for examples 2024-06-29 21:40:14 +02:00
Eduard Urbach
83640ba590
Implemented return values 2024-06-29 21:06:59 +02:00
Eduard Urbach
2520681ad3
Added single line comments 2024-06-28 20:29:07 +02:00
Eduard Urbach
98f5f021f0
Improved benchmarks 2024-06-28 15:34:25 +02:00
Eduard Urbach
526b92aa09
Implemented dead code elimination 2024-06-27 17:36:45 +02:00
Eduard Urbach
a62006b4c8
Simplified test program 2024-06-27 15:26:18 +02:00
Eduard Urbach
dc497ba4fb
Added call registers 2024-06-27 14:25:53 +02:00
Eduard Urbach
8e64271f74
Implemented parameters 2024-06-27 10:12:41 +02:00
Eduard Urbach
d1a3ffb1a5
Implemented complex expressions 2024-06-26 22:51:14 +02:00
Eduard Urbach
e6462266ef
Implemented simple expressions 2024-06-25 20:50:06 +02:00
Eduard Urbach
2569c1bf63
Implemented assignments 2024-06-25 17:09:25 +02:00
Eduard Urbach
2cbc064f14
Implemented division 2024-06-25 00:19:01 +02:00
Eduard Urbach
34af20d7a0
Implemented multiplication 2024-06-24 22:43:01 +02:00
Eduard Urbach
b018d8de61
Implemented subtraction 2024-06-24 16:55:15 +02:00
Eduard Urbach
597cb9abed
Implemented addition 2024-06-24 14:14:07 +02:00
Eduard Urbach
dd495fab4e
Implemented block instruction parsing 2024-06-24 00:03:26 +02:00
Eduard Urbach
4fc1935183
Implemented register to register instructions 2024-06-23 20:26:53 +02:00
Eduard Urbach
4f6750dc8e
Improved variable definitions 2024-06-22 20:18:13 +02:00
Eduard Urbach
76db8feee3
Implemented function calls 2024-06-18 16:42:56 +02:00
Eduard Urbach
cf696a6f10
Added define operator 2024-06-15 11:36:57 +02:00