CSC 253L
VIDEOS

Newasm tutorials

Getting started with Newasm

These videos show you how to use the Newasm software, which is how you compile and run assembler programs for this course.

Memory in the CSC-1

These videos show memory loads and stores, both direct and indirect.

Arrays and subroutines

There is one video showing a subroutine that processes an array. The source code is included as a text file which you can download. The latest rev of CASM is also in this directory.

General Hardware ideas

Number Systems

Learn about binary, octal and hexadecimal and how to convert to/from decimal, also how to add and subtract.