SIMPLE FIRST STEPS FOR EXPERIMENTING WITH THE "MYTHSIM" PROCESSOR SIMULATOR ECE 366 -- Prof. Shantanu Dutt 1) Login to your account. 2) Put the following line in your .cshrc (or .tcshrc) file: alias mythsim /usr/local/mythsim/bin/mythsim 3) source .cshrc (or .tcshrc) 4) mkdir mythsim_files 5) cp /usr/local/mythsim/bin/sample.ucode mythsim_files 6) cp /usr/local/mythsim/bin/sample.mem mythsim_files 7) cd mythsim_files 8) cp sample.ucode mywork.ucode 9) cp sample.mem mywork.mem 10) mythsim & (this starts the mythsim simulator)