Write x86 assembly program to convert n kilobytes to the equivalent gigabyte, megabyte and kilobyte int n, giga, mega, b
Posted: Mon Mar 21, 2022 4:39 pm
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.