Question: Assembly language: Declare a symbolic constant named SecondsInDay using the equal-sign directive and assign it an arithmetic expression that calculates the number of seconds in
Assembly language:
Declare a symbolic constant named SecondsInDay using the equal-sign directive and
assign it an arithmetic expression that calculates the number of seconds in a 24-hour period.
SecondsInDay = 60*60*24
NOW I NEED A PROGRAM USING SecondsInDay = 60*60*24
INCLUDE Irvine32.inc .data .code main PROC
exit
main ENDP END main
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
