Question: Using Assembly language This assignment will give practice at using a struct and working with C library functions. The goal is very simple. Your program
Using Assembly language

This assignment will give practice at using a struct and working with C library functions. The goal is very simple. Your program should take a file name and print the time since the file was last modified. We have already discussed in class how to find out the current time. The tool you need to determine when a file was last modified is stat() or fstat() These will return a lot of information about a file. You can ignore almost all of this information except for the time modified
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
