renamed makros M_IO_READ and M_IO_WRITE to inr and outr

This commit is contained in:
Martin Preuss
2025-05-28 00:49:07 +02:00
parent 042db13994
commit 961568f721
6 changed files with 77 additions and 50 deletions

View File

@@ -40,9 +40,9 @@ XRAM_Init:
sts xramLastAddress, r16
sts xramLastAddress+1, r16
M_IO_READ r16, MCUCR
inr r16, MCUCR
sbr r16, (1<<SRE)
M_IO_WRITE MCUCR, r16
outr MCUCR, r16
rcall xramWritePattern
rcall xramVerifyPattern