If any one of have the source code of wav file player from CD ROM please mail me the source code before 10th of January. ... Do you Yahoo!? Yahoo! Mail Plus -...
If any one of have the source code of wav file player from CD ROM please mail me the source code before 10th of January. ... Do you Yahoo!? Yahoo! Mail Plus -...
hi friends , its my first time to learning assembly language. i need help. please guide me how should i start? i'm doing btech. from iit-kgp. so friends...
hai chaks i am doing my B.E.,cse in CEG,ANNA UNIVERSITY and hope for a Good friendship with u. since u r starting now u can start with sic and sic/xe assembler...
hi, take a look @ http://webster.cs.ucr.edu/ .. this is a huge assembly resource i ever seen, and there is a great implementation of all cpu instructions at ...
... Contains a well known title "The Art of Assembly" book. Is definately worthwhile in downloading. ...am wondering if someone ever scanned in electronically...
hi satish , i can't say ,i'm very happy in reply of ur letter.my friend i have "IBM INTRODUCTION TO ASSEMBLY LANGUAGE" by "PETER ABEL". is it neccessery to...
... For DOS that would do. For CP/M it would be CALL 0000 as far as I remember. But we should be focussing on Linux, if we would want to keep up with the...
I want a programm using assembly to play a certain file at spicfied time Thank u ... Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now...
guys i need help can someone tell me how to convert assembly to c++??? __________________________________________________ Do You Yahoo!? Everything you'll ever...
hehe write some program to do it!! VV ... __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up...
... Why C? Why not Modula-2? It's intrinsically better. If you know Modula-2 (as I do) and try to learn C++ (as I did) you soon ask yourself: "Where did I see...
hi can anyone code for me reading head 0 track 0 sector 16 for 35 (decimal) sectors ? i have done the coding but it won't work. The disk has 18 sector per ...
John Kenedy
jokenjp@...
Feb 21, 2003 9:11 am
557
... The best thing you can do, is make a detour: First calculate how many sectors there are on the medium. The bootsector is nr 0, the last sector is (for...
I have problems with displaying doubleword value to the screen (convert to character for each digit). Though i could code for displaying a word value to screen...
John Kenedy
jokenjp@...
Feb 22, 2003 9:28 am
559
... No problemo. LOOP Res := Var MOD 10; Chr := CHR (Res); StoreInBuf (Chr); Var := Var DIV 10; IF Var = 0 THEN EXIT END END; Now this, of course, is not in...
if i want to display a word value store in AX. I need to used Dx:Ax to store the value in order to div it with 10. like mov ax, 0FFFFh mov dx, 0 mov bx, 10 div...
John Kenedy
jokenjp@...
Feb 23, 2003 7:51 am
561
maybe this algorithm can convert some doubleword values (i dont have coded yet, can only give pseudo-code) : 1) divide the number in dx:ax by 2710h=10000 2)...
... Yes. ... Port the software to a machine running a Zilog Z-8002 CPU. The Z-8000 architecture allowed a6-bit registers to be coupled upto 64 bits wide. The ...
Oh my real name is John Kenedy. Sora Innosia is a story that i wrote a few months ago. Sora came from the Japanese means Sky, and Innosia derived from English...