Assembly Language Programming code for CPU-OS Simulator Problem Statement
A data analyst Mr. Ashok is working on information collected by a mobile service provider ByTel regarding monthly usage of data. The information collected is in the form of a Matrix (X axis - Total data downloaded in GB vs Y axis - Month of the year). He plans to use the Kibana (data visualization) tool to plot the data in charts. The tool prefers Months as X axis and data downloaded as Y axis. Hence he requires you to incorporate the following using CPU OS simulator based assembly language program:
- Accept the data collected in the form of a Matrix (X axis - Total data downloaded in GB vs Y axis - Month of the year) from the keyboard.
- Transpose the matrix.
- Display the transposed matrix on console.
Solution:
The code is written in a tool named CPU-OS Simulator version 7.5. The source code is saved as .sas file You could download the simulator from website http://www.teach-sim.com/
Videos are available at