demo.lnk

来自「nuclues plus 源代码程序」· LNK 代码 · 共 18 行

LNK
18
字号
# 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 + =
减小字号Ctrl + -
显示快捷键?