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

@@ -1,3 +1,14 @@
; ***************************************************************************
; copyright : (C) 2023 by Martin Preuss
; email : martin@libchipcard.de
;
; ***************************************************************************
; * This file is part of the project "AqHome". *
; * Please see toplevel file COPYING of that project for license details. *
; ***************************************************************************
; ***************************************************************************
; defs
@@ -23,6 +34,8 @@
.cseg
LED_BEGIN:
; ---------------------------------------------------------------------------
; Led_Init
@@ -304,4 +317,8 @@ ledOn_end:
LED_END:
.equ MODULE_SIZE_LED = LED_END-LED_BEGIN