Skip to content

Commit 0c08fb8

Browse files
committed
Update debugger
1 parent 82c1385 commit 0c08fb8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/debugger.mlog

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -263,9 +263,6 @@ loop:
263263
op add ret @counter 1
264264
jump format_hex always
265265

266-
draw print 7 508 topLeft
267-
drawflush DISPLAY
268-
269266
print "x16_a6 = {0}\n"
270267
set n x16_a6
271268
op add ret @counter 1
@@ -276,6 +273,9 @@ loop:
276273
op add ret @counter 1
277274
jump format_hex always
278275

276+
draw print 7 508 topLeft
277+
drawflush DISPLAY
278+
279279
print "x18_s2 = {0}\n"
280280
set n x18_s2
281281
op add ret @counter 1
@@ -355,7 +355,7 @@ loop:
355355
print "instret = {0}\n\n"
356356
format instret
357357

358-
draw print 7 300 topLeft
358+
draw print 7 274 topLeft
359359
drawflush DISPLAY
360360

361361
print "instruction = {0}\n"

0 commit comments

Comments
 (0)