Robin Löhn robin · he/him
  • Da wo du nicht bist
  • Joined on 2024-01-30
robin pushed to master at robin/BarcodeAnalyser 2026-02-03 17:52:39 +01:00
cf1edd2158
Fixed some issues so now the code is basicly done
robin pushed to main at robin/tbd-assembler 2026-02-03 15:23:38 +01:00
3d4dd01721
added indexing so functions don't have to be declered first
robin pushed to main at robin/tbd-assembler 2026-01-31 18:15:06 +01:00
203b144cf3
made count only increase when a instruction is created
robin pushed to main at robin/tbd-assembler 2026-01-30 17:54:04 +01:00
ef67e11601
refactored the code
robin pushed to main at robin/tbd-assembler 2026-01-29 15:04:22 +01:00
4b3e7e9462
Refactoring and making it easier to impl Words and Functions
robin pushed to main at robin/tbd-assembler 2026-01-26 17:17:38 +01:00
eb03667e32
Added Function definitions
robin pushed to main at robin/tbd-assembler 2026-01-26 15:02:04 +01:00
ed6308e955
The code is written all at once to not output a uncompleted file
robin pushed to main at robin/tbd-assembler 2026-01-25 19:12:07 +01:00
a167862b59
Asm file can now contain empty lines and only comments
robin pushed to main at robin/tbd-assembler 2026-01-25 18:56:21 +01:00
ed946f8cc3
Comments can be made after a line
robin pushed to main at robin/tbd-assembler 2026-01-25 14:32:15 +01:00
fac396fae3
Fixed that file is only appended to.
robin pushed to main at robin/tbd-assembler 2026-01-24 23:11:27 +01:00
0b1398ad72
Fixed issue where all args where 0x00
robin pushed to main at robin/tbd-assembler 2026-01-24 23:04:37 +01:00
879b700b64
Fixed code so instructions are allways 40 bit
robin pushed to main at robin/tbd-assembler 2026-01-24 21:14:00 +01:00
2fabe722fb
Now it is not encoded
robin pushed to main at robin/tbd-assembler 2026-01-24 18:26:45 +01:00
a700d109f3
added test file and finshed the assembler, but it is not tested and
robin pushed to master at viridian/cpu 2026-01-24 15:25:20 +01:00
743d1513f2
added assembler
robin pushed to master at viridian/cpu 2026-01-24 15:24:13 +01:00
robin pushed to master at viridian/cpu 2026-01-24 15:18:51 +01:00
9265594a8c
changed path of submod
robin pushed to master at viridian/cpu 2026-01-24 15:09:30 +01:00
c73358e33c
added assembler
robin pushed to main at robin/tbd-assembler 2026-01-24 15:04:43 +01:00
af443d5ff4
Added arguments, made a good ui, added reading the code
robin pushed to main at robin/tbd-assembler 2026-01-24 13:48:05 +01:00
78c3c160a7
Added rust files