We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c1385 commit 0c08fb8Copy full SHA for 0c08fb8
src/debugger.mlog
@@ -263,9 +263,6 @@ loop:
263
op add ret @counter 1
264
jump format_hex always
265
266
- draw print 7 508 topLeft
267
- drawflush DISPLAY
268
-
269
print "x16_a6 = {0}\n"
270
set n x16_a6
271
@@ -276,6 +273,9 @@ loop:
276
273
277
274
278
275
+ draw print 7 508 topLeft
+ drawflush DISPLAY
+
279
print "x18_s2 = {0}\n"
280
set n x18_s2
281
@@ -355,7 +355,7 @@ loop:
355
print "instret = {0}\n\n"
356
format instret
357
358
- draw print 7 300 topLeft
+ draw print 7 274 topLeft
359
drawflush DISPLAY
360
361
print "instruction = {0}\n"
0 commit comments