Introducing CPU register lists
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user