Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
songwg188 opened this issue Nov 19, 2024 · 0 comments
Open

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

songwg188 opened this issue Nov 19, 2024 · 0 comments

Comments

@songwg188
Copy link

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

  1. nasm -felf64 hello.asm
  2. ld hello.o
  3. ./a.out
    而现有的languages.py文件,只有src_name,exe_name,没有中间文件,一次编译直接生成运行程序。
    请问如何修改languages文件和其他文件,能够支持两次编译命令和一次运行命令。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant