add files. idk how to add directories in the web interface

shut up github pro tips ill write as much as i fucking want
This commit is contained in:
mothcompute 2022-06-08 04:42:04 -07:00 committed by GitHub
parent 33a4005c82
commit 93634628be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1092 additions and 0 deletions

5
build Normal file
View File

@ -0,0 +1,5 @@
nasm sp2.s -s -o res/sp2.bin
dd if=res/sp2.bin of=sp2.com bs=1 count=1993
ndisasm -b 16 sp2.com > res/disas.new
diff res/disas.old res/disas.new > diff

1087
sp2.s Normal file

File diff suppressed because it is too large Load Diff