avr: save X in Main_HandleValueMsg

This commit is contained in:
Martin Preuss
2026-04-27 00:37:30 +02:00
parent 6948028284
commit 14edff1369

View File

@@ -75,7 +75,11 @@ Main_HandleValueMsg_sendAck:
push r23
bigcall NETMSG_ValueRead
pop r23
push xl
push xh
bigcall Main_SendValueResponse ; (R16, R17, R18, R19, R20, R21, R23, R24, R25, X, Y)
pop xh
pop xl
sec
Main_HandleValueMsg_ret:
ret