4 lines
53 B
Bash
4 lines
53 B
Bash
|
#!/bin/env bash
|
||
|
|
||
|
nasm -fbin start.asm -o stage_1.bin
|