Answered step by step
Verified Expert Solution
Question
1 Approved Answer
write an assembly level program that prints coding using the LDBA instruction with direct addressing in Pep 9 I need to write the correct operand
write an assembly level program that prints "coding" using the LDBA instruction with direct addressing in Pep
I need to write the correct operand with x don't suggest $ or # it is wrong for me The example operand should only be xD no other is needed!!!!
please help, thank you!
LDBA ; Load C into accumulator
STBA xFC d ; Store accumulator to output device
LDBA ; Load o into accumulator
STBA xFC d ; Store accumulator to output device
LDBA ; Load d into accumulator
STBA xFC d ; Store adcumulator to output device
LDBA ; Load i into accumulator
STBA xFC d Store accumulator to output device
LDBA ; Load into accumulator
STBA xFC d ; Store accumulator to output device
LDBA ; Load g into accumulator
STBA xFC d ; Store accumulator to output device
STOP ; Stop
ASCII "Coding" ; Characters to be printed
END
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