How to take 4 chars as input in assembly language (NASM) and store them in an array?
say I'm expecting the chars ABCD and I would like to take them as input in any order so that ABCD would be the same as DCAB and both would be stored in an array as ABCD
No comments:
Post a Comment