Difference between revisions of "CSC231 Homework 1 Fall 2012"
(Created page with "--~~~~ ---- =<center>Mini Assignment #1 </center>= <tanbox> This homework is due Monday 9/10/12 at 11:00 a.m., at the beginning of class. It won't be graded but will be checked...") |
|||
Line 24: | Line 24: | ||
From your 231 account, submit your file as follows: | From your 231 account, submit your file as follows: | ||
− | + | rsubmit hw1 hw1.asm | |
Revision as of 09:40, 7 September 2012
--D. Thiebaut 09:24, 7 September 2012 (EDT)
Mini Assignment #1
This homework is due Monday 9/10/12 at 11:00 a.m., at the beginning of class. It won't be graded but will be checked. The purpose of this homework is to make sure everybody in class gets familiar with the process of logging in the 231 accounts, and editing, assembling and linking assembly language programs.
Write an assembly language program called hw1.asm based on the Hello World! program we saw in class, that will print out this message on the screen:
---------------------------------- Welcome to CSC231 ----------------------------------
The actual number of dash characters, and the alignment is not important. Efficiency is not important either. Just a clean output is required.
How to Submit
From your 231 account, submit your file as follows:
rsubmit hw1 hw1.asm