×
Reviews 4.9/5 Order Now

Programming Exercises in PEP/9 Computer Assembly Assignment Help

July 10, 2024
Rehana Magnus
Rehana Magnus
🇨🇦 Canada
Assembly Language
Rehana Magnus, PhD in Computer Science from the esteemed Acadia Institute of Technology, Canada. With 6 years of experience, specializes in assembly language programming. Proficient in low-level coding, optimizing performance, and enhancing system functionality.
Key Topics
  • PEP/9 Assembly Code for Printing Message using Direct Addressing
Tip of the day
Focus on strong typing and pattern matching—these are key strengths of OCaml. Write small, testable functions and leverage the compiler's feedback to catch errors early and improve your code quality.
News
Open4D: Released in February 2025, Open4D is a cross-platform physics library written in C, designed to provide developers and researchers with tools for higher-dimensional physics simulations. ​

The assignment deals with solving three different programming problems using PEP/9 assembly. The first problem consists of printing a message on the console using direct addressing. The second problem demonstrates how to read and print pairs of integers. The last program deals with calculating a sum using a number provided by the user and printing the result on the console. Our assembly language assignment help doers have completed all these exercises below to show the quality of our work.

PEP/9 Assembly Code for Printing Message using Direct Addressing

Programming exercises in PEP9 computer assembly assignment help

LDBA 0x19,d STBA charOut,d LDBA 0x1A,d STBA charOut,d LDBA 0x1B,d STBA charOut,d LDBA 0x1C,d STBA charOut,d STOP .ASCII "CISC" .END BR start num1: .BLOCK 2 num2: .BLOCK 2 start: DECI num1,d ; scanf("%d %d", &num1, DECI num2,d ; &num2); DECO num1,d ; printf("%d\n%d\n", num1, LDBA '\n',i STBA charOut,d DECO num2,d ; num2); LDBA '\n',i STBA charOut,d STOP .END BR start amount: .WORD 20000 num: .BLOCK 2 sum: .BLOCK 2 msg: .ASCII "sum = \x00" start: DECI num,d ; scanf("%d", &num) LDWA num,d ; A = num ADDA amount,d ; A = num + amount STWA sum,d ; sum = num + amount STRO msg,d ; printf("sum = %d\n", sum); DECO sum,d LDBA '\n',i STBA charOut,d .END

Related Samples

Explore our collection of free assembly language assignment samples to gain insights into tackling complex programming tasks. Our samples offer practical examples and solutions to enhance your understanding and proficiency in assembly language programming.