apps/piano: fix to previous
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 29s
Build system / Build (pull_request) Successful in 17m15s

This commit is contained in:
2026-03-07 11:08:26 +02:00
parent e3272c4b2d
commit 347c29a0d3

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