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...
John Kenedy
jokenjp@...
Feb 24, 2003 5:44 am
564
Hi, can someone pleasehelp me with this one? Thanks, Obaid Write an assembly language program to do the following: Given a list of 50 values count the number...
... P'rhaps. ... Yes. I already tackled the previous. So now let's go on with the following. ... ld hl, buffer ld b, 50 ld ix, M10 ld a, 5 next: cp (hl) jr...
Hey! Thanks a lot Jan. Will let you know my grade for sure! Obaid ... P'rhaps. ... Yes. I already tackled the previous. So now let's go on with the following. ...
Hi Guys: I am a student doing assembly language for the first time. I need to write a program that allows the user to enter a long word. The program must test...
... Have you tried Venus? Perhaps IBM? Naah. The prior one is more likely. Go to http://www.google.in and enter the words: free emulator 68000 PC and see hwat...
Hi guys. I need a way to get data from a user. I've tried jsr hexin or jsr strin. It would not work because the emulator I've downloaded would not accept it....
Hi: I'm searching a tutorial about ide hard disk. I want to know about the technologies in hard disk, like : what is DMA and UDMA? How many differents modes of...
... I wandered over to http://www.google.com I heard about this site once while I was at band camp. Then I typed in: "ide hard disks". It was touch and go...
... Ho! ... Jmp http://www.pheonix.com and dopwnload EDD 1.1. Jmp http://www.fruttenboel.tomaatnet.nl and download DOSREF33.ZIP (but I forgot in which section...