avr: fixed calls for 64K ATmega.

This commit is contained in:
Martin Preuss
2026-03-17 00:01:23 +01:00
parent 8085043ef6
commit 3bf327bb2d
4 changed files with 12 additions and 12 deletions

View File

@@ -18,7 +18,7 @@
NETMSG_Common_AddUidToBuffer:
push xh
push xl
rcall Utils_ReadUid ; (R16, X)
bigcall Utils_ReadUid ; (R16, X)
pop xl
pop xh
st X+, r18
@@ -68,7 +68,7 @@ NETMSG_AddNextMsgIdToBuffer:
NETMSG_CheckUidInMsg:
push xl
push xh
rcall Utils_ReadUid
bigcall Utils_ReadUid
pop xh
pop xl
ld r16, X+