From 8b94fe92055bfcbf09a12f3943b23c2ca8311c4b Mon Sep 17 00:00:00 2001 From: Ayke van Laethem Date: Mon, 17 Sep 2018 20:51:41 +0200 Subject: [PATCH] avr: fix assembly comment regarding data/stack --- targets/avr.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/avr.S b/targets/avr.S index a60dde2b..9c552315 100644 --- a/targets/avr.S +++ b/targets/avr.S @@ -17,7 +17,7 @@ reset: out 0x3d, xl; SPL out 0x3e, xh; SPH - ; Add one to the stack pointer, so it doesn't point in the .data section. + ; Subtract one from the stack pointer, so it doesn't point in the .data section. push r0 ; Initialize .data