Course Syllabus

Course Banner

NOTE: Some links in this syllabus page may only be accessible to currently enrolled students.

Office Hours

Office Hours are held via the class-specific Zoom Link.
Mondays: 12:15pm - 1:15pm
Wednesdays: 9:55am - 10:50am

Communication Policy

If you have a general course-related question, please post it in Piazza so that the whole class may benefit from your conversation.  Not all posts require a reply from the instructor/TA and often it is better for students to hash out an answer to a question.

If you have a specific question, it's often best to attend office hours and ask the Instructor or TA directly.

Please email your instructor only for matters of a personal or private (grading) nature.  The instructor or a TA will reply to most course-related questions within 24-48 hours.

Technical Questions

If you have a technical issue or question when using Canvas, 24/7 support is available in Canvas via chat, phone, or e-mail through the Help link in the menu on your left .

Additional technical support (use of software/browsers) can be accessed through the OSU Computer Helpdesk.

Academic or Student Support Services

For all other academic and student support services, refer to the Academic Support link found in the course menu.

Syllabus Link

A schedule will be automatically populated (at the bottom of this page) as the course progresses. We will also be discussion upcoming assignments and exams during lecture.

Syllabus Quiz: This quiz is based on the syllabus, so understand the syllabus before taking it. You'll need to score 100% in order to access the Week 1 materials! Don't Fall Behind!

NOTE: This quiz is only available to currently-registered students.

wordle of terminology

Meet the Instructor

Hi! I'm Justin Goins and computer architecture is one of my favorite topics to teach. I generally work on campus but this term we (as a class) are going to be continuing the "remote delivery" format. The good news is that I taught CS271 online for several years, so in some ways this is familiar territory for me. I first taught computer architecture in 2011 and later ended up teaching the course while simultaneously working on my graduate research in the field of sensor networks.

After I finished my PhD, I applied as a full-time instructor at OSU and I'm delighted to be teaching again during the past few years. Since my research background is in electrical & computer engineering, I have the somewhat unusual distinction that I teach classes in both fields (CS & ECE). If you are curious to learn more about me, there is a short biography available online from my time as a graduate student.

Course Introduction


A former CS271 Instructor introduces the course.

The following consists of installation & setup tutorials for Visual Studio 2019.

If you want to use Visual Studio via Citrix, please see the bottom of this page.

Coming out of this module you should have done the following:

  • Set up Microsoft Visual Studio
  • Install and configure Kip Irvine's libraries
  • Started a new Assembly code project
  • Verified that Visual Studio is installed properly

Your Visual Studio install will need to be "Activated" with your Product Key.  You can retrieve this key at any time through the Microsoft Azure interface  (Links to an external site.) by looking in "All Services --> Other --> Education --> Software" and clicking on the Visual Studio product that you installed.

What if I don't have Windows on my computer?

Since the Microsoft Assembler (packaged with Visual Studio) only runs on Microsoft Windows, you will need access to a Windows installation. Fortunately, all the tools that you need are provided for free. Be aware that you have several options. The Guide to Windows Installation for Mac Users will help getting Windows installed! For recommendations or other advice, feel free to post a question on the Ed Discussions forum (see link in the sidebar).

  • OSU students get free access to virtualization products including VMware Fusion (for Mac OS) and VMware Workstation (for Linux). Both of those tools are available for download at the VMware Academic Site  (Links to an external site.) . The Linux version supports Ubuntu, RHEL, CentOS, Oracle Linux, and SUSE.
  • As a Linux user myself, I generally recommend that students use Virtual Box  (Links to an external site.) to run Windows within their Linux installation. Virtual Box is completely free so it has widespread support across numerous distros.
  • Mac and Linux users can also dual-boot their computer to run Windows. If you choose this option, make sure that you fully understand the consequences!

Whichever strategy you choose, you will still need to have access to the Windows installation media. This is also available for free on the Microsoft Azure interface  (Links to an external site.) . The Windows 10 download can be located in the section: "All Services --> Other --> Education --> Software --> Windows 10 (consumer editions)"

Installation on PC

Get Set Part 1

Visual Studio is now available through the Microsoft Azure program.
To get started, visit https://azureforeducation.microsoft.com/devtools  (Links to an external site.) and log in using a Microsoft account. You should be able to log in with your OSU email address (username@oregonstate.edu) which will forward you to the OSU central login page. Sometimes Microsoft requires that you log in with a non-OSU email (if you have an existing account you can use it) and then verify your OSU email to obtain access. Once you are logged in, the main portal should look similar to the first image below. In order to access the Visual Studio download, select "Download software". Alternatively, you may select "Software" under "Learning Resources" on the left navigation panel.

Azure Guide getting started

Next, type "Visual Studio Enterprise" in the search bar and select "Visual Studio Enterprise 2019". I suggest installing Visual Studio 2019 Enterprise simply because that is the most recent version, but previous versions of Visual Studios (back to even Visual Studios 2010) will work for this course.

Azure Guide software

You can then view your assigned license key and download the software. When you install Visual Studio you will be asked to select your intended workload (e.g. how do you plan to use Visual Studio). You should select "Desktop  development with C++" as that is the best option for our purposes. You don't need to select any additional options at this point. The default for "Desktop  development with C++" is suitable for our class.

Azure Guide view key and download

Get Set Part 2

In order to configure the textbook libraries, you will need to download two ZIP files and extract their contents to the proper location.

  • First download the file http://asmirvine.com/gettingStartedVS2019/Irvine.zip
    Extract the contents of this ZIP file into the C:\ directory. If the files were extracted properly, the following file should exist on your computer:
    C:\Irvine\Irvine32.lib
  • Next, we need to download the Visual Studio project file. For this step, it's recommended that you create the directory C:\CS271
    You can then download the file Project0.zip and extract the contents into C:\CS271
    If the extraction was successful you should be able to locate the file: C:\CS271\Project0\RemoveMe.asm

If you are using an older version of Visual Studio (prior to 2019), other versions of the textbook libraries are available from the author's website at http://asmirvine.com/

Get Set Part 3

This video shows how to start a new Assembly code project and verify that Visual Studio is installed properly. Although this video illustrates the procedure using Visual Studio 2015, any recent version of Visual Studio (2015-2019) will work.

Additional Resources

Alternative: Using Citrix (not recommended unless you use an Apple M1 Mac)

Citrix is a software product that allows you to access programs on a remote computer as if you were sitting at the desktop. Personally, I generally recommend that students install Visual Studio on their local computer, rather than using Citrix. However, if you want to try it, you should be able to access Visual Studio on our OSU Citrix Servers  (Links to an external site.) as follows:

On Citrix, choose the “Desktop” choice at the top (or bottom?) of the screen after you are logged in and then the “MIME EECS Desktops” choice. This will create a session as if you were logged on to an on-campus lab computer.  In the Citrix session, download the zip file Project0.zip and extract it to

Z:\bin\CS271\

You will have to make this folder (it does not exist by default). All your projects should live in this directory, since in order to execute code on Citrix the executable should be in the bin folder or a subdirectory thereof. Also note that you need "execute" permissions in the 'bin' folder, which may or may not be set by default. If you are having trouble with this folder they can create/reset it here  (Links to an external site.) (log into TEACH and click the link that says "Reset Windows Bin Directory").

NOTE 1: You do not have to download/install the Irvine library if you use the Citrix machine. The EECS configuration should already have the libraries installed.

  1. Open the Project.sln from "Z:\bin\CS271\Project32_VS2019" after you've extracted it to this location (one of the videos shows you this).
  2. You should now be able to use Visual Studio for this course.

NOTE 2: Be aware that the files will NOT reside on your home computer, and if you want them on your computer/laptop you'll have to transfer them using an SFTP utility.

Common issues with Visual Studio setup

  1. LNK1104 cannot open file 'Irvine32.lib'

    If you're getting this error, it's likely that you did not extract the Irvine library files into the correct folder. Ensure that the folder structure is such that the Irvine32.lib file exists in the C:\Irvine\Irvine32.lib folder and try again. The most common issue is that you will end up with the following incorrect path due the zip extraction process: "C:\Irvine\Irvine\Irvine32.lib".

  2. "File not found" or "cannot execute the specified program" errors

    Visual Studio generates executable programs (.EXE files) that run when after you assemble your source code for your programming assignments. Even after working fine for a while, at some point you may see an error message that the file cannot be found, or your program prints the message "The system cannot execute the specified program." This probably means your antivirus program has falsely identified your executable program as a threat (false positive) and block it from running. Exclude your entire CS271 folder (and all its subfolders) from being virus scanned, and you should be able to proceed without further antivirus interference with your work.

  3. INCLUDE errors: By installing additional extensions beyond what is required for this course, the INCLUDE structure may be prone to error.

    Please ensure that the path "C:\Irvine" is explicitly written in the Project Properties in the two fields specified below:
    To enter the Project Properties select the "Project" menu, then select "Project Properties".  Or, right click "Project" in the Solution Explorer and select "Project Properties"

    • Configuration Properties ➝ Linker ➝ "Additional Library Directories" should be: "c:\Irvine;%(AdditionalLibraryDirectories)" (without quotes).
    • Configuration Properties ➝ Microsoft Macro Assembler ➝ "Include Paths" should be: "c:\Irvine" (without quotes).

  4. Eliminating the "... exited with code 0." message

    If when you run a program, the message ".... (process xxxxxx) exited with code 0." becomes annoying, here are the steps to keep that message from showing:

    • From with Visual Studio select the "Debug" menu, then select "Options".
    • Under Debugging > General, ensure "Automatically close the console when debugging stops." is checked.
    • Run your program again. The message should be gone.

  5. Syntax Highlighting

    By default, Visual Studio does not include syntax highlighting for Assembly code. This can sometimes make it more difficult to read your source code. To enable syntax highlighting in Visual Studio 2015 or later, you may want to install AsmDude:

    • From within Visual Studio select the "Extensions" menu, then select "Manage Extensions".
    • Search for AsmDude, select it, click Download, and wait for it to complete.
    • Close Visual Studio and a VSIX Installer dialog will pop up asking for permission to install AsmDude. Let it do so.
    • Reopen Visual Studio. MASM syntax highlighting support should now be installed.
    • Disable syntax highlighting options that interfere with the INCLUDE Irvine32.inc statement: Go to Tools>Options>AsmDude, find the Intellisense section, and uncheck the "Show in error list" and "Decorate with Squiggle" options for Undefined Labels, Clashing Labels, and Undefined Includes, then click OK.
    • If you are unable to complete Project 0, disable AsmDude.
    • If you use the dark Visual Studio color scheme, you can change the color of certain text to be more readable. Go to Tools>Options>AsmDude and change the color for Mnemonic.
    • Special note: if you are an advanced Visual Studio user and want to use its native (and imperfect) MASM syntax highlighter, you must choose it or AsmDude -- you cannot use both at the same time.

  6. "Inconsistent Line Endings" error from Visual Studio

    A fairly catch-all solution to this is eliminating any non-Unicode characters from your .ASM file. To do this...

    • Copy the entire body of your .ASM file.
    • Paste it into a non-formatting text editor like Notepad. Save this copy to be sure you don't lose anything.
    • Open a new, working project (copy one known to work from a different folder, or use the clean template from the Canvas site)
    • Copy everything from the Notepad file into this new, clean project file and try running again.

  7. Windows Environment Variables
    It is recommended you do not try to locate, read, or alter any environment variables created and assigned by Visual Studio. VS has a complex way of managing them while it is running, and using them is way beyond the scope of what is needed in CS 271.

Git for Version Control

It is recommended that you use Git for version control. The many benefits of using this for version control do not need to be listed here. Please do not post public repositories of your source code from this course. Public repos (on Github or elsewhere) are considered a violation of Academic Conduct. The one exception to this rule is related to the final project which is considered a portfolio project that you can share publicly.

Course Summary:

Date Details Due