contents.txt
来自「Xbox主机破解,烧录晶片专用的程式,可烧录256KB的49lf020晶片,使用」· 文本 代码 · 共 16 行
TXT
16 行
file dependence:
DOS:
just compile LPCDOS.C. It does necessary #include to pull everything
Windows - All you really need are (just add all of them to make your executable)
- io.c or io.lib (I use io.lib because my compiler have problems calling the the command line)
- lpc.c - low level hardware interface
- win.c - high level GUI stuff
- lpc.rc - resource file
Other stuff included here:
lpc.h and lpc.res are generated from lpc.rc. Straightly speaking, they are not required, but what he heck.
lpc.ide - pretty useless unless your compiler can read borland C++ 5.02 project file.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?