hi.. my code looks like this... .model small .386 .data datas dw 50 dup (?) .code start: mov eax,40404040h end start end now I am assembiling at command...
hi, i'm too few experienced with asm32 but i suppose that " .model small " causes the problem.. model small means "only a 64KB code segment is allocated" but...
Hello everyone
I`ve just started programming in assembly lang. and I don`t know how to handle numerical inputs and interruptions. I`d like to write a program...
Hi, "TodayJobsIndia" provides a Golden opportunity to get guarantee job(100%) after finishing training program with us under the guidance of highly qualified...
Real Time Projects for Final Year Students Today Jobs India has Started Real Time Projects for Final Year students. Its one of the Institute who are offering...
Hi, "TodayJobsIndia" provides a Golden opportunity to get guarantee job(100%) after finishing training program with us under the guidance of highly qualified...
I am a Diploma studnt Now we have (4thsem)ALP I am asking Help from the group members bcoz i need ALP basic programmes If you can help me then Plz send replay...
Hi, We are looking for "Software Testing Tools Faculty" for our Institute. Location: Hyderabad Experience:1-2 Yerars Remuneration will be as per the...
TSRs are working mostly on DOS, there are some TSRs, which works on windows too, but you can use this TSR only with command prompt, not on windows. e.g. a TSR...
hi .. first of all thanks to Erik "Vintermørke [mailto:runaydin@...] for my previous question now my question is.... What r the ways to write on the...
hi ; on text mode, either you can use 0b800h (0b000h for monochrome adapter) offset, or int10h/0eh or int21h/09h. i only access video memory on mode 13h and...
Today Jobs India announces Training Course in Testing Tools. Software Testing Tools: Course Details: *SOFTWARE ENGINEERING *WINRUNNER *LOAD RUNNER *TEST...
Files In The Members Section Have Been Updated ... Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online...
benn Upchurch
ameenwflj@...
Feb 14, 2004 1:02 pm
874
Files In The Members Section Have Been Updated ... Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online...
benn Upchurch
ameenwflj@...
Feb 14, 2004 1:18 pm
875
hi, you can find more information about this interrupts in "Ralph Brown's Interrupt List" , i dont remember URL, but you can easily find it using google. i...
This Message Has Been Deleted ... Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online...
tome Mesko
donohoe4pmf@...
Feb 16, 2004 8:15 pm
877
New Pictures Uploaded Into Members Section ... Do you Yahoo!? Yahoo! Mail SpamGuard - Read only the mail you want....
tome Mesko
donohoe4pmf@...
Feb 18, 2004 10:02 am
878
Hi, Why are You Not Getting Job in Software Field???? May be because of Lack of Opportunities, and Some times You would be not intimated or know the...
Hai Friends, We are pleased to introduce ourselves asTheFutureStepSolutions a reputed placement service engaged in recruiting professionals for leading...
Hai Friends, We are pleased to introduce ourselves asTheFutureStepSolutions a reputed placement service engaged in recruiting professionals for leading...
hai We are pleased to introduce ourselves asTheFutureStepSolutions a reputed placement service engaged in recruiting professionals for leading organizations....
hello sir thanks for ur kindful information about vaccancies but Sir i am not having to much expierence of the software industry i am 2003 MCA passout and...
hi all, i am new to x86 assembly. want to know how a data structure is handled in assembly of x86. e.g. #include<stdio.h> struct val { int first; char second; ...
Hi everyone, I'm new in this group. I'm taking an assembly language class and I need some help with my assignment and I will appreciate any help from you. My...
hi, you have to use FPU to calculate a numbers squarerrot.. for squarerrot simply use fsqrt, here is an example wait finit ; initialize fpu fild word ptr [@n1]...
Hi, Thanks for the help but I forgot to mention that I'm not allowed to use floating-point instructions in this program. Is FPU or fsqrt a floating-point...
this method is hard to explain, but it doesnt use FPU.. we need a numbers squareroot, for example 2 , first write biggest number, those square is less than 2,...