Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
MIPS assembly - character sorting
Name: marcus10 Date: January 12, 2009 at 08:13:27 Pacific OS: Win XP CPU/Ram: Athlon Product: Amd / HP Subcategory: General
Comment:
Hi, I'm working on a MIPS assembly program in which I have 5 numbers that are sorted in ascending way, now i'm trying to do the same with chars...but can't really find a way to do it.. do u have any suggestions? thx!
Summary: I am learning x86 assembly, and when I run the following program in debug, it works fine and prints the character 'A'. MOV AH,02h MOV DL,2Ah INT 21 INT 20 However, when I r...
Summary: Hi! I'm not trying to reinvent the wheel, so if somebody sees a post that answers this question, point me to it. But please read the question CAREFULLY... I'd like to learn assembly, on the lowest le...
Summary: Hey Khash... I learned assembly using the Motorola 68000. Below is a link for a Motorola 68000 Microprocessor Simulator (requires Tcl 8.0). You can run your assembly code against it as if it was the a...