Write x86 assembly program to convert n kilobytes to the equivalent gigabyte, megabyte and kilobyte int n, giga, mega, b
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Write x86 assembly program to convert n kilobytes to the equivalent gigabyte, megabyte and kilobyte int n, giga, mega, b
Write x86 assembly program to convert n kilobytes to the equivalent gigabyte, megabyte and kilobyte int n, giga, mega, bytes; Example: n kilobytes = 2 GB, 32 MB, and 7 KB Note: you can declare more variables if needed.