Assembly Language ALT THEORY ASSIGNMENT
Version: 1.1
Purpose: This is an alternative to the Operating System theory assignment.
If you do not feel comfortable writing code in x86, you can do this assignment instead of the Operating System theory assignment. Either assignment is worth 20% of your final grade. Do not do both assignments.
Description
Design and code a program (IPConverter.A68) which will:
For IPv4 addresses:
Read an IPv4 Address and Subnet Mask in dotted decimal format from the user
Display the network address in binary and hex format
Display the host address in binary and hex format
Repeat if the user wants to
Subroutines must use parameters passed on the stack (“C” calling format), must preserve register contents, must use a frame pointer (link and unlink instructions), and equates for readability.
Your program must include subroutines. Subroutine arguments must be passed on the stack and any registers used by the subroutines must be saved and restored by your program. The only exception would be a return value. You must use a stack pointer in your program.
DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma
Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t
Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th
1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of
1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of