Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion build-funcall.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#!/bin/sh
rm -f xc xem funcall funcall.txt
rm -f xc xem dis funcall funcall.txt funcall.s
gcc -o xc -O3 -m32 -Ilinux -Iroot/lib root/bin/c.c
gcc -o xem -O3 -m32 -Ilinux -Iroot/lib root/bin/em.c -lm
gcc -o dis -O3 root/bin/dis.c
./xc -o funcall -Iroot/lib root/usr/funcall.c
./xc -s -Iroot/lib root/usr/funcall.c >funcall.txt
./dis funcall -o funcall.s -c
./xem funcall

Binary file added dis
Binary file not shown.
Loading