DOS, DISKS, and Files - Construct a random file of the sines of all angles from 0 degrees to 90 degrees. Make each entry accurate to three places. Write a program that will display the sine of any angle typed on the keyboard.
Answers to questions - (See attached file for full problem description with proper symbols)
---
1. Write an equation for the circle that passes through the points:
(1, -1), (-5, 7), and (-6, 0).
2. Express the polar equation in rectangular form.
3. Find the total area enclosed by the graph of the polar equation r = 1 + cos 2θ.
4. Write the equation of the line tangent to the p...
Assembly Instructions - Add together all of the 2-word numbers that are stored from address 60000h to 60FFFh in memory. Store the sum starting at location 61020h. Each 2-word number may range in size from 00000000h to FFFFFFFFh. Include a flowchart clearly describing your solution.
Useful Assembly Instructions - Count the number of bytes located in memory from DS:1000h to DS:1200h that are greater than 77h. Place the count on register CA.
Procedures - Create a stack area at 1000h. Push 10h bytes, located at data memory addresses 60000h to 6000fh, on the stack using indirect addressing. Then pop the stack to memory addresses 62000h to 6200fh using indirect addressing. Load unique data into the 10h bytes in order to test the program.