⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stack.s

📁 sdcc是为51等小型嵌入式cpu设计的c语言编译器支持数种不同类型的cpu
💻 S
字号:
;; stack.S - automatically allocate stack for PIC16 targets;           with out the need for using the #pragma stack;           directive;; written by Vangelis Rokas, 2006 <vrokas AT users.sourceforge.net>;;; $Id$;; object will only be used if and only if #pragma stack is not; defined in one of the projet's sources	radix dec;--------------------------------------------------------; public variables in this module;--------------------------------------------------------	global _stack	global _stack_end; allocate space for stackstack_section	udata	0x0200_stack		res	63_stack_end	res	1	end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -