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.
Assembler for the primitive
Name: jagmafer Date: May 10, 2004 at 17:37:08 Pacific OS: None :D CPU/Ram: doesn't matter
Comment:
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 levels (ie operating system and a lot of int13 disk access sort of stuff). I've done just enough in good ol' debug to whet my appetite - i like the power and i'm not afraid of the work. BUT almost all the assemblers i've seen use a pile of pseudocode mixed in with the assembly. I don't want that. I'd much rather have something much more primitive, just a step or two up from dos debug. Debug is great (runs on dos alone, none of this windows stuff - os programming shouldn't be dependant on MS windows!) If there were even something that took just a variable for a mem address that i could change ONCE at the top and would automatically look to that for it's value, that'd be great - fixing a trillion references is no fun. Any suggestions for a good assembler? I like being able to see direct opcode translations... Jag PS, any thoughts on getting past 64K barrier or making your own protected mode?
Summary: Hi Tom, Thanks for the reply. T help make this clearer, I have posted a file on mrExcel web board, at http://www.mrexcel.com/board/viewtopic.php?topic=19156&forum=2&0 Thanks again, light yellow will...
Summary: I am learning java for the first time. Have installed on my XP jdk1.1.6 try to run a simple application . I am getting the error message " Class not found" I compiled with javac and run with java. ...