We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5dd961 commit 2095b00Copy full SHA for 2095b00
1 file changed
src/arch/kim-1/utils/imu-k1013.S
@@ -291,6 +291,7 @@ zproc unmount_drive
291
292
; Dig further for errors
293
294
+ lda disk_status ; Check for success
295
and #ST4_ABNORMAL_TERM
296
zif ne
297
lda disk_status+1
@@ -441,7 +442,7 @@ zproc create_image
441
442
zendif
443
; If we are here, there was an unexpected error
444
lda #<generic_msg
- ldy #>generic_msg
445
+ ldx #>generic_msg
446
jmp err_withmsg
447
448
@@ -509,7 +510,7 @@ zproc delete_file
509
510
511
512
513
514
515
516
0 commit comments