apps/piano: fix to previous
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 57s
Build system / Build (pull_request) Successful in 10m26s

This commit is contained in:
2026-03-07 11:08:26 +02:00
committed by Max Logaev
parent d603bbe3d9
commit 2a5f73351b

View File

@@ -19,7 +19,7 @@ dd I_END
dd MEM
dd STACKTOP
dd 0
dd app_path_buf
dd app_path
; ====================================================================
@@ -138,8 +138,8 @@ play:
build_keymap_path:
; build path: app_dir + 'piano.map'
lea esi, [app_path_buf + 2]
lea edi, [app_path_buf]
lea esi, [app_path + 2]
lea edi, [app_path]
.copy:
lodsb
stosb