build.sh (106B)
1 #!/bin/sh 2 mkdir -p bin 3 as --64 -g -o ./bin/rpn.o ./rpn.s && ld -m elf_x86_64 ./bin/rpn.o -o ./bin/rpn.elf
0xDE5Trying to solve and expand 0xde5 exercises in assembly (or C) | |
| git clone git://git.mdnr.space/0xDE5 | |
| Log | Files | Refs | README | LICENSE |