Added rest of the CPU registers and logging

This commit is contained in:
2023-09-18 14:40:23 +02:00
parent 4c4be0aa40
commit 1bc7f93d57
8 changed files with 172 additions and 35 deletions

View File

@@ -29,7 +29,7 @@ tasks.test {
}
kotlin {
jvmToolchain(8)
jvmToolchain(19)
}
application {