refactor(nvim): compile asm files with nasm
This commit is contained in:
parent
4c62a22fdd
commit
01b09b2abc
@ -12,7 +12,8 @@ vim.keymap.set("n", "<leader>fr", function()
|
||||
vim.fn.mkdir(target_dir, "p")
|
||||
|
||||
local cmd = {
|
||||
"as",
|
||||
"nasm",
|
||||
"-felf64",
|
||||
curr_file,
|
||||
"-o",
|
||||
object_path,
|
||||
|
Loading…
Reference in New Issue
Block a user