Language
Assembly
Remove
Platform
Any
License
Any
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...
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!
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...
Thanks very much indeed. You have no idea how much time I have spent on it trying to solve it.
Thanks once again
Sorry I forgot the number 1 rule:
A function will destroy all values in your registers.
I think it is solved now.
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...
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...
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...
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...
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...
okky sounds what im after well then now time to print the characters out :)
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
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...
: 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.
:...
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"...
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...
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...
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...