mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 02:57:46 +00:00
avr: fix assembly comment regarding data/stack
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user