📄 led.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: led - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "G:\DOCUME~1\chen\LOCALS~1\Temp\RSPAC.bat" with contents
[
@echo off
set include=D:\Program Files\RadASM\masm32\include;%include%
set lib=D:\Program Files\RadASM\masm32\lib;%lib%
set path=D:\Program Files\RadASM\masm32\bin;%path%
ml /c /coff /Zi /Fo DEBUG\led.obj .\led.asm
]
Creating command line "G:\DOCUME~1\chen\LOCALS~1\Temp\RSPAC.bat"
Creating temporary file "G:\DOCUME~1\chen\LOCALS~1\Temp\RSPAD.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/led.pdb" /debug /machine:I386 /out:"Debug/led.exe" /pdbtype:sept
".\Debug\led.res"
".\DEBUG\led.obj"
]
Creating command line "link.exe @G:\DOCUME~1\chen\LOCALS~1\Temp\RSPAD.tmp"
Performing Custom Build Step on .\led.asm
Microsoft (R) Macro Assembler Version 6.14.8444
Copyright (C) Microsoft Corp 1981-1997. All rights reserved.
Assembling: .\led.asm
<h3>Output Window</h3>
Linking...
<h3>Results</h3>
led.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -