machine_code1.adb
来自「用于进行gcc测试」· ADB 代码 · 共 12 行
ADB
12 行
-- { dg-do compile }-- { dg-options "-gnatws" }with System.Machine_Code; use System.Machine_Code;procedure machine_code1 is A_Float : Float; An_Other_Float : Float := -99999.0;begin An_Other_Float := An_Other_Float - A_Float; Asm("", Inputs => (Float'Asm_Input ("m", A_Float)));end;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?