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.
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme