Assembly Program to Input 5 numbers and print them.
01Assignment Assembly Programming
Write an X86/64 ALP to accept five 64 bit Hexadecimal numbers from the user and store them in an array and display the accepted numbers.
section .data
msg1 db "Program to accept 5 numbers and print them!",0xA ; messa...
ayushbulbule.hashnode.dev4 min read