25 pts - Describe your workstation
Ref: (Video) Computer hardware basics
Decide what will probably be your 'main' computer you will use to complete coursework; this might be your laptop, a home desktop or a computer in one of the university labs and it can be a PC, Mac, or Linux workstation. You won't be absolutely required to use this computer but it will help to target the computer you will likely be using to be sure of its capabilities.
Prepare a Word document named MyPCSpecs.docx which describes the following capabilities of your computer (in complete sentences using your own words -- do not just add a screen cap and let me figure it out myself) and for each capability include a screen cap supporting your conclusion:
Attach your completed document to this assignment in D2L.
(25 pts) A tiny look at assembler language
Ref: (Video) Introduction to machine / assembler lang & some OS concepts
Ref: (Links) Simple 8-bit Assembler Simulator | Assembler 101 Code | Dec-Bin-Hex-ASCII table | Easy Unit Converter
Using the Simple 8-bit Assembler Simulator complete the following exercises.
Hello from xxxx
where xxxx is your AU JagNetID (the first part
of your AU email; my JagNetID is tschultz
). Save the code as
Assem1.txt and attach it to this assignment in
D2L.Try running the assembly program
there:
INC A
JMP there
In a text document named Assem4.txt describe what the program does and what happens when the A register reaches 0xFF and the program is allowed to continue. Attach Assem4.txt to this assignment in D2L