You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

6 rivejä
184 B

bcc -S main.c
echo -e "jmp _main\n$(cat main.s)" > main.s
sed -i '/.globl ___mkargv/d' ./main.s
sed -i '/.globl _environ/d' ./main.s
sed -i '/.data/d' ./main.s
as86 -b disk.out main.s