You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My solutions to Computer Systems: A Programmer's Perspective, third edition
How to execute files
syntax:
build <source_file><executable>
Example: Here the source file is in chapter2/ folder and the executable has the same name as the source file (it is not necessary to specify the folder).
build chapter2/p63.c p63.exe
About
My solutions to Computer Systems: A Programmer's Perspective, third edition