Cs 218 - assignment - assignment write a simple assembly


Assignment -

Purpose: Become more familiar with data representation, program control instructions, procedure handling, stacks, floating point operations, and operating system interaction.

Assignment: Write a simple assembly language program to plot the given equations (in attached file).

The provided main program calls the following routines:

  • Procedure getColorValues() to read the command line arguments for the color values. The procedure should read each color value, convert ASCII/Binary to integer, and verify the range (0 to 25510). If there are any errors, display error message and terminate.
  • Procedure plotBatman() to plot the values of the equations. The loop will iterate 14.0/step times.

All procedures must follow the standard calling convention as discussed in class. The procedures for the command line arguments and drawing functions must be in a separate assembly source file from the provided main program. The provided main program should be linked with the procedures. Only the procedures file should be submitted. As such, the main file can not be altered in any way.

Attachment:- Assignment Files.rar

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Cs 218 - assignment - assignment write a simple assembly
Reference No:- TGS02817574

Expected delivery within 24 Hours