Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Thank you in advance. Computer Science Pep/9 1) Write an assembly language program that prints Ujjwal on the screen 2)Use the ASCII pseudo-op to store
Thank you in advance.
Computer Science Pep/9 1) Write an assembly language program that prints Ujjwal on the screen 2)Use the ASCII pseudo-op to store the characters at the bottom of your program 3)Use the LDBA instruction with direct addressing to output the characters. 4) Put comments at the top of your program and in the body describing each instruction. Example: Assembler Input LDBA STBA LDBA STBA oxFC16,d Store byte accumulator output device STOP ASCI I "Hi" . END 0x000D, d ;Load byte accumulator 'H. 0xFC16, d Store byte accumulator output device 0x0003, d Load byte accumulator i Stop ;ASCI! "Hi" characters Assembler Output D1 00 OD F1 FC 16 DI 00 0E F1 FC 16 00 48 69 zz Program Output Hi Computer Science Pep/9 1) Write an assembly language program that prints Ujjwal on the screen 2)Use the ASCII pseudo-op to store the characters at the bottom of your program 3)Use the LDBA instruction with direct addressing to output the characters. 4) Put comments at the top of your program and in the body describing each instruction. Example: Assembler Input LDBA STBA LDBA STBA oxFC16,d Store byte accumulator output device STOP ASCI I "Hi" . END 0x000D, d ;Load byte accumulator 'H. 0xFC16, d Store byte accumulator output device 0x0003, d Load byte accumulator i Stop ;ASCI! "Hi" characters Assembler Output D1 00 OD F1 FC 16 DI 00 0E F1 FC 16 00 48 69 zz Program Output HiStep 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