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

📄 demo.lnk

📁 nuclues plus 源代码程序
💻 LNK
字号:
# Link Command File for demonstration system that runs on a NOHAU emulator
#   with the pod POD-11KE
+h 				        # Multi-segment output
-o demo.h11			    # Output file name
+map=demo.map		    # Build map file
+text -b 0x8000		    # Program start address
+data -b 0x2000		    # Data start address
/c/lib/crts.h11		    # Startup routine 
int.o				    # Nucleus PLUS startup routine (main)
demo.o			 	    # Test application
nucleus.h11			    # Nucleus PLUS library
/c/lib/libi.h11		    # C library (if needed)
/c/lib/libm.h11			# Machine library
+def __pdata=__text__	# Address of descriptor
+text -b 0xffd6			# Vector table start address
int_vectors.o			# Interrupt vectors
+def __memory=__bss__	# Symbol used by crts to set up stack area

⌨️ 快捷键说明

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