-
Began Watching Installing an "Expired" AVG Anti-Virus Download
I downloaded AVG Anti-Virus Free Edition on a computer that runs Windows 98 and uses a slow dial-up connection. When I went to install AVG an "Expired Download" box appeared, … -
Replied To a Post in Installing an "Expired" AVG Anti-Virus Download
Honestly, Deepak_31? You think they're still after an answer **eight years later**, when the question has **already been marked as solved**? Please refrain from resurrecting such threads in future⦠-
Replied To a Post in Grading Program in Nasm
I'm not getting the infinite loop locally. What input were you using when the infinite loop happened? Also, my initial comment was wrong, we should be using `jge`. It's also … -
Began Watching seg fault when i move esi reg address to eaxd
I am attempting to reverse an array2 however my program seg faults and ends right at `mov eax, dword [edi]` . theoretically this should work just fine. please any insight … -
Replied To a Post in seg fault when i move esi reg address to eaxd
There are a number of faults that a program can encounter at runtime, and segfault is a very specific one. I'm not going to give you the answer straight out … -
Began Watching Grading Program in Nasm
my assignment involves creating a grading program. my program must accept a number from the user within the 0 - 100 range and return the corresponding letter grade based on … -
Replied To a Post in Grading Program in Nasm
You won't need an array. The simplest method to turn an integer into a grade from your table is to use a series of `cmp` and `jg` instructions. For example: … -
Began Watching What wrong in my code???
.model small .stack 0100h .data NEYM DW 08h, ?, 08h DUP("$") Q DB "Input First Number: $" Q1 DB 0AH,0DH, "Input Second Number: $" P DB 0AH,0DH, "Product: $" result … -
Replied To a Post in What wrong in my code???
Oh jolly! A riddle! Not only do we get to guide you through fixing the code, but we also get to make wild stabs and guesses at what exactly the … -
Gave Reputation to boxes2 in converting dwcimal to binary using 8086 assembly language
please can you give me a exact code for converting octal to decimal using 8086 assembly language; -
Gave Reputation to boxes2 in converting dwcimal to binary using 8086 assembly language
please can you give me a exact code for converting binary to octal using 8086 assembly language; -
Gave Reputation to boxes2 in converting dwcimal to binary using 8086 assembly language
please can you give me a exact code for converting decimal to hexa using 8086 assembly language; -
Gave Reputation to boxes2 in converting dwcimal to binary using 8086 assembly language
please can you give me an exact code for converting hexa to binary using 8086 assembly language; -
Gave Reputation to boxes2 in converting dwcimal to binary using 8086 assembly language
please can you give me a exact code for converting decimal to binary using 8086 assembly language; -
Replied To a Post in polynomial
>which code(c or c++ or java) you want tell me first Well seeing as this is posted in the C++ forum, I'm going to make a wild guess that it's … -
Began Watching polynomial
any programmer here??? -
Replied To a Post in polynomial
>I'm a professional figure skater. Why else would anyone be here? Also this has to be put somewhere in here: `<div class="derailed">` -
Gave Reputation to jwenting in polynomial
no, we're just robots programmed to bitch to kids like you who're too lazy to do their own homework. -
Began Watching c++ in globe must be the output *143#
hi can any one know how to program in c++ the *143# in globe all iknow is u can use if else conditional statement!! tnx in advance -
Replied To a Post in c++ in globe must be the output *143#
>aw not that kind of programing If you don't like streams, calling `printf("*143#\n");` from within C++ is valid, so long as you include `stdio.h` -
Began Watching Output to uppercase problem
I have a problem with my code. I suppose to input a string ans output to all caps. But then, I output is nothing.  TITLE LAB TUTORIAL 1 … -
Replied To a Post in Output to uppercase problem
Seeing as this is homework, I'm not giving you the tip outright or step-by-step. Follow above poster's advice, but here's some extra food for thought. The ASCII values for a … -
Began Watching Cmp not able to perform well
the problem is that when it run, it outputs the not msg, which is a wrong statement. the problem is with the declaration or cmp? jmp start msg db "c … -
Replied To a Post in Cmp not able to perform well
Your problem's around these lines cmp op1, 0p2 je same jne different The second operand '0p2' should be 'op2' (zero versus o). Also, for the sake of efficiency, you could/should … -
Replied To a Post in Let's learn assembly!
It's not the IDE that compiles your source code, it's a program called an assembler. The IDE just provides a flashy GUI front-end to integrate it all, but for assembler … -
Began Watching Fort Knox Linux?
Hey, is there a Linux (+ packages?) which I could install on USB, and boot it up on computer and would serve as extremely safe "Sandbox"? I want to put … -
Replied To a Post in Fort Knox Linux?
>So I think I'd just block every port. If that's the case, why not just physically disconenct it from all networks? -
Began Watching Mysql on ubuntu
i downloaded mysql-5.6.17-linux-glibc2.5-i686.tar.gz for Ubuntu 13.04 what next step to install it on ubuntu -
Replied To a Post in Mysql on ubuntu
>That is the source code. [...] No, no, it's a precompiled package, judging by the filename; it's got 'i686' in there somewhere. -
Began Watching Apache mod_peoxy issue
Hi, I'm facing an issue with Apache proxy module.ProxyPass isn't working.Why is that?Please help me. -
Replied To a Post in Apache mod_peoxy issue
>.ProxyPass isn't working.Why is that? It's not configured/installed right. That's the best answer anyone can give with the information you've given. -
Began Watching (Too many levels of symbolic links)
I am facing a problem with my terminal (Ubuntu 12.04 LTS) . I was making some changes in the /bin/bash , but I have keeped a backup of .bashrc in … -
Replied To a Post in (Too many levels of symbolic links)
If following Gribouillis's doesn't solve the problem: If you can get to any terminal of any sort ([chrooting](http://wikipedia.org/wiki/Chroot)'s awesome for moments like these) then run `ls -l /bin/bash` to see … -
Gave Reputation to svsathyavishnu in 2TB Hard Drive only shows 6KB
I think it is better to format entire drive. . In Linux you have to go to "Disk utility" or "Disk management" select the drive and select option format drive … -
Began Watching using nasm in ubuntu
i have installed nasm in ubuntu in linux but dont know how to and where to write code of assembly language and run my code please give me information as … -
Replied To a Post in using nasm in ubuntu
Jean_3, did you read the post just above yours? >First off, please do not post new requests into old threads like this. This thread was originally posted more than half … -
Began Watching Issue when scanning the string from user
Hello, My problem is like that when I scan the data using fgets function and after I put fflush function but compiler not wait for taking a data and it … -
Replied To a Post in Issue when scanning the string from user
>What compiler are you using, and how are you running it? For what it's worth, I'll put my money on Turbo C; that typeless `main` whispers it. Also works as … -
Began Watching Distro to successfully control fan speed.
I am having Acer 5920 (64bit ,intel mobile express 965 chipset family) laptop. I have been using ubuntu 8.04 64bit on it for a while.Even internet browsing makes the temprature … -
Replied To a Post in Distro to successfully control fan speed.
The Mages Guild is committed to rooting out Necromancy and all who practice it :-) -
Began Watching Any body tell me how to crack root password. . ?
what the default root password. . -
Replied To a Post in Any body tell me how to crack root password. . ?
>Yeah I'm going through this with my tishiba laptop. Yesterday I got frustrated & formatted C the drive. I'm thinking about installing Linux OS. I'm sorry, I don't even... what? -
Began Watching convert AT&T to Intel in osx
hi , please convert this block code to intel syntax ( nasm) xorps %xmm0, %xmm0 movaps %xmm0, -64(%rbp) movb $2, -63(%rbp) movl $3103850762, -60(%rbp) movw $20480, -62(%rbp) leaq -64(%rbp), %r14 -
Replied To a Post in convert AT&T to Intel in osx
>hi , please convert this block code to intel syntax ( nasm) Nah, I don't really feel like it. -
Gave Reputation to Schol-R-LEA in Write My Program For Me
First off, we don't do other people's homework for them. Second, we don't do other people's homework for them. And third, we don't do other people's homework for them. Sensing … -
Began Watching Multiplication And division of real binary and Hexa numbers in linux
Hello i am new to assembly please help me i want to write a program in Linux assembly which can multiply and divide real binary and hexa decimal numbers(e.g 11010.11001 … -
Replied To a Post in Multiplication And division of real binary and Hexa numbers in linux
See [this link](http://www.daniweb.com/software-development/assembly/threads/477552/write-my-program-for-me#post2086317) All the best. -
Gave Reputation to kswag18 in Write My Program For Me
Can someone please write this program for me? Your program will accept as input only unsigned integers in the range 2 .. 65535. If the user enters a value that … -
Began Watching virtualbox alternative for old computers?
is there a virtualbox alternative for old computers? -
Replied To a Post in virtualbox alternative for old computers?
>Also, remember that you cannot run 64-bit virtual machines on a 32-bit CPU Not directly, no, but bear in mind I've been running TempleOS on my 32 bit machine using …
The End.