mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-22 05:19:03 +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 0x3d, xl; SPL
|
||||||
out 0x3e, xh; SPH
|
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
|
push r0
|
||||||
|
|
||||||
; Initialize .data
|
; Initialize .data
|
||||||
|
|||||||
Reference in New Issue
Block a user