avr: save X in Main_HandleValueMsg
This commit is contained in:
@@ -75,7 +75,11 @@ Main_HandleValueMsg_sendAck:
|
|||||||
push r23
|
push r23
|
||||||
bigcall NETMSG_ValueRead
|
bigcall NETMSG_ValueRead
|
||||||
pop r23
|
pop r23
|
||||||
|
push xl
|
||||||
|
push xh
|
||||||
bigcall Main_SendValueResponse ; (R16, R17, R18, R19, R20, R21, R23, R24, R25, X, Y)
|
bigcall Main_SendValueResponse ; (R16, R17, R18, R19, R20, R21, R23, R24, R25, X, Y)
|
||||||
|
pop xh
|
||||||
|
pop xl
|
||||||
sec
|
sec
|
||||||
Main_HandleValueMsg_ret:
|
Main_HandleValueMsg_ret:
|
||||||
ret
|
ret
|
||||||
|
|||||||
Reference in New Issue
Block a user