hwstack.s
来自「avr的icc编译器的源代码」· S 代码 · 共 10 行
S
10 行
; this routine returns the bottom of the HW stack
.text(rom)
__HWStackBottom::
ldi R16,<ram_end
ldi R17,>ram_end
subi R16,<hwstk_size
sbci R17,>hwstk_size
ret
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?