readme.tinlink624

来自「e3 是一个全屏的用户友好的文本编辑器」· TINLINK624 代码 · 共 17 行

TINLINK624
17
字号
If you have problems running one of the primary self compressors"gzexe" or "upx" you should give a try to the combination oftinlink linker and 624 selfcompressor utility tools.Both are easy to find on the net (via freshmeat.net),but available only for Linux.Here's how that e3 can be built:------------------------------------------------#!/bin/shnasm -f bin -o e3 e3.asm -DLINUX -DSED -DTINLINK./tinlink -c e3  -m 10000000 -o e3.tin./624 -s e3.tin e3chmod +x e3------------------------------------------------

⌨️ 快捷键说明

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