Business
Forum Post

Running programs from command line in asm

Hi! I'm currently programming a os in asm, and currently I need help with one thing. How do I run binaries from my boot-floppy? I'm currently setting up the kernel to read fat16, and it reads the...
Forum Post

Re: Simple Calculator

Damn this forum is weird. Tells me "server error" 3 times when I try and post this but the posts went through anyway and the spam filter is going crazy on me right now!
Forum Post

Need help about explaining some ASM code

it's var_8. So what is var_CC ? I try some another case and see that var_CC always available in every code 2/ what does "rep stosd" means ? It have read about stosd but I don't understand its...
Forum Post

Re: Compare String, Need HELP!!

Thanks very much indeed. You have no idea how much time I have spent on it trying to solve it. Thanks once again
Forum Post

Re: "Just in time compiling" (by a beginer)

Sorry I forgot the number 1 rule: A function will destroy all values in your registers. I think it is solved now.
Forum Post

Re: NASM Assembly language code needed

Hi.. Yes sir i need help in TSR coding..while having the given problem on the above msg. i want to know how you will code it using NASM assembly language. ofcourse TSR is the technique used in...
Forum Post

Re: Which Assembler is Recommended?

Turbo Debugger?! TASM?! Ancient history! Best tool in that business is FASM, because it is the easiest to use. Also, the debugger is OllyDbg - awesome tool! http://flatassembler.net/download...
Forum Post

Re: Checking to confirm if a string is numeric

you could cross check the one byte of the string with every digit, to see if it is a digit. Once it is equal to one of the digits simply jump to some other place. jmp start mydig db...
Forum Post

Re: bubble sort

1) The swap routine swaps the values in registers, but the array in memory is never updated with the swapped values. 2) The pseudo-code is weird in that the inner loop always has exactly one...
Forum Post

bubble sort

=0; i--) for(j=1; j
Forum Post

help me please

hi every body i need your help please in a program in assembly i've to make a program that contains a listof names of students and theirs points (like: jack 15) and we order the list once by...
Forum Post

Re: defining an array in 16bit assembly nasm

okky sounds what im after well then now time to print the characters out :)
Forum Post

Re: defining an array in 16bit assembly nasm

sorry for the ineffective code last time this should work push bx lea bx, mov word, DL pop bx this "might" work mov word, DL
Forum Post

what is the assembly program of multiplication table??

Please help me how to make an assembly program that would directly print the multiplication table using loop and will also help compute the 2 inputted numbers. Now, here is the added twist. When you...
Forum Post

Re: [advise please] unable[thank you]

: Thank you ASMGURU. : : i have study a bit of the function from the link given by you. : Yet i need to put more effort to understand it as i m not that : familiar with masm32 bit. :...
Forum Post

Re: Vista with 16-bits masm : unable to play tune smoothly

I'm surprised it works under XP. Direct hardware access, like you're program is doing, is something that windows is trying to stop. Each time your program wants to talk to hardware, it has to "ask"...
Forum Post

Re: TASM5 helloworld help needed, linker error

Thanks for the guide.. that PATH thing works fine now :) OH CRAZY!! After i fixed the path option thing, the linker works just fine :) And the EXE's work fine most of the time too ^^ Do you...
Forum Post

Re: simple program in c for employee record

3 things: 1) This is the Assembly forum, you're looking for the C/C++ forum 2) When posting code, use code tags: code // code here /code 3) Don't use gets, you can't give it the size of...
Forum Post

Program for Bluetooth connection with a mobile

Hi there, I am using a program that scan Mobile's bluetooth , and I need to use the C4F.DevKit.... but I faced this error: Error 1 The type or namespace name 'C4F' could not be found (are you...
1 2 3 4 5 6 7 8 9 10 11  Next
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.