Skip to content

请问如何修改支持汇编语言编译器nasm命令 #486

Open
@songwg188

Description

@songwg188

汇编语言编译有两个步骤,运行还有一个命令,
命令如下:

  1. nasm -felf64 hello.asm
  2. ld hello.o
  3. ./a.out
    而现有的languages.py文件,只有src_name,exe_name,没有中间文件,一次编译直接生成运行程序。
    请问如何修改languages文件和其他文件,能够支持两次编译命令和一次运行命令。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions