Clear src field after summary

This commit is contained in:
Devine Lu Linvega 2023-04-20 20:49:39 -07:00
parent 58b494c66e
commit 493e91335f
2 changed files with 2 additions and 2 deletions

View File

@ -24,5 +24,5 @@ $emu $dst examples/hello.tal bin/hello.rom
$emu bin/hello.rom
# Test interactive mode
$emu $dst ^bin/hello.rom
uxnemu "${roms_dir}/left.rom" examples/hello.tal | $emu $dst ^bin/hello.rom

View File

@ -68,8 +68,8 @@ BRK &await-src ( -> ) .Console/read DEI .src skey ?&eval BRK
&eval ( -> )
assemble
;src sclr
print-summary
;src sclr
BRK