mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 04:56:30 +02:00
asm support
This commit is contained in:
parent
de7ecffd37
commit
f84ab7e50d
5 changed files with 26 additions and 27 deletions
4
docker/executors/nasm
Normal file
4
docker/executors/nasm
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
nasm -f elf64 -o binary.o $1
|
||||
ld binary.o -o binary
|
Loading…
Add table
Add a link
Reference in a new issue