Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Complete the Codio Programming Assignment HALIX 1 0 1 . We will demonstrate in class how to do the problems. HALIX 1 0 1 :
Complete the Codio Programming Assignment HALIX We will demonstrate in class how to do the problems.
HALIX: Halix Machine Code Programming Set I
Directions: Write these programs in Halix machine language.
Use symbolic pseudocode to identify your variables and
the Halix instructions you will be using eg LOAD a for
Test the program thoroughly, to make sure they really work.
WARNING: All file names must include your class ID which has parts:
last name LOWER CASE
first initial UPPER CASE
last digits of FAMU ID
Example: jonesE
FAILURE TO NAME FILE correctly results in ZERO will not be graded!!
addzzzzhlx Write this program in Halix machine language. NOTE: zzzz is your class ID
read A B
C A B
write C
Name your pseudocode: addpseudoHLX
TO RUN: halixrun addhlx
multzzzzhlx Write this program, store constant
at data memory address
int X ;
Y X
write Y
Name your pseudocode: multpseudoHLX
Name your program: mult.hlx
algebrazzzzhlx Write this program, use stored values
at data memory addresses and
int A
int B
C AA AB B
write C
Name your pseudocode:
BONUS countzzzzhlx Write this program.
Due: Week Day
Write a LOOP to generate the values
Name your pseudocode: countpseudoHLXzzzztxt
A LITTLE HELP with pseudocode
int LIMIT
int COUNT
NEXT:
if LIMIT COUNT goto DONE
COUNT COUNT
write COUNT
goto NEXT
DONE:
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started