Joined
Last Seen
0 Reputation Points
20% Quality Score
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 3
- Posts with Downvotes
- 1
- Downvoting Members
- 3
0 Endorsements
Ranked #107.71K
1 Posted Topic
Hello .MODEL SMALL .STACK 100 CR EQU 13 ;symbolic constant LF EQU 10 ;symbolic constant .DATA x db ? hours db ? minutes db ? seconds db ? prompt1 db 'Enter an amount in seconds in which to compute hours, minutes, and seconds from.', CR, LF, '$' hlabel db 'Hours: …
The End.
aabb