asm support

This commit is contained in:
Brian Seymour 2018-09-28 15:24:24 -05:00
parent de7ecffd37
commit f84ab7e50d
5 changed files with 26 additions and 27 deletions

4
docker/executors/nasm Normal file
View file

@ -0,0 +1,4 @@
#!/bin/sh
nasm -f elf64 -o binary.o $1
ld binary.o -o binary