Find a file
2024-09-17 15:47:23 +02:00
.cargo New float instructions, Linux runtime added, some other stuff I forgor 2023-10-18 12:14:24 +02:00
.vscode
examples Added test example 2023-10-20 02:05:00 +02:00
hbbytecode removing garbage 2024-07-08 07:22:53 +02:00
hbjit making better use of parameter and return registers (use register 2 for arguments when possible) 2024-05-16 16:50:29 +02:00
hblang adding wide return move for wider range of cases 2024-09-17 15:47:23 +02:00
hbvm removing comand line parsing library that is used for tool that anybody can read to see how to use it 2024-09-16 15:27:38 +02:00
hbxrt removing garbage 2024-07-08 07:22:53 +02:00
xtask removing comand line parsing library that is used for tool that anybody can read to see how to use it 2024-09-16 15:27:38 +02:00
.gitignore adding disasembler 2024-09-03 22:34:17 +02:00
Cargo.lock fixing array bug, well actually more serious bug that somehow did not happen until now 2024-09-16 21:46:02 +02:00
Cargo.toml removing comand line parsing library that is used for tool that anybody can read to see how to use it 2024-09-16 15:27:38 +02:00
ited: not traversing controlfow can save us time 2024-09-08 03:15:05 +02:00
main.hb fixing more bugs and also adding uninig memory and also optimizing cong jumps 2024-09-09 19:36:53 +02:00
rust-toolchain HBASM: no_std compatible now 2023-06-26 05:18:14 -05:00
rustfmt.toml removing garbage 2024-07-08 07:22:53 +02:00
shell.nix Attempt to support nix shell 2023-05-22 09:03:52 -05:00
spec.md fising spec 2024-05-12 20:14:46 +02:00