Introducing CPU register lists

This commit is contained in:
2020-08-06 16:37:05 -05:00
parent 2e38c1fa49
commit 7d8d33158f
17 changed files with 890 additions and 98 deletions
+11
View File
@@ -10,6 +10,7 @@ app {
debug {
(menu) Debug
console Console
cpu CPU
memory Memory
}
@@ -36,6 +37,16 @@ console {
title Console
}
# CPU window
cpu {
float Float
hex Hex
last_pc Last PC
signed Signed
title CPU
unsigned Unsigned
}
# Memory window
memory {
title Memory