avr: cleanup, added labels to calculate module sizes.

This commit is contained in:
Martin Preuss
2023-04-08 18:18:19 +02:00
parent 4a915a3c85
commit 0f678d7d5a
21 changed files with 416 additions and 167 deletions

View File

@@ -22,6 +22,8 @@
.cseg
COM_CRC_BEGIN:
; ---------------------------------------------------------------------------
@@ -135,3 +137,7 @@ cproCalcCrc8_l1:
ret
COM_CRC_END:
.equ MODULE_SIZE_COM_CRC = COM_CRC_END-COM_CRC_BEGIN