simx86.dpr
来自「汇编编程艺术」· DPR 代码 · 共 17 行
DPR
17 行
program Simx86;
uses
Forms,
Simx86p in 'SIMX86P.PAS' {SIMx86Form},
Patterns in 'PATTERNS.PAS',
Getinput in 'GETINPUT.PAS' {InputForm};
{$R *.RES}
begin
Application.Title := 'SIMx86';
Application.CreateForm(TSIMx86Form, SIMx86Form);
Application.CreateForm(TInputForm, InputForm);
Application.Run;
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?