Hey,
I have linux on my PC and I am reading the freebsd handbook and I can't figure out how to get the bootloader to boot linux along with dos and freebsd.
Anyone have any idea how to do it ?
Hi, I am trying to write a simple socket - send and reciive function to port 80.
Here is the code :
// Socket to test http port
// let us have some global variables
#include <stdio.h>
#include <fcntl.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <netdb.h>
#include <netinet/in.h>...
Hi,
I was just trying to do
asm {
mov ah, 0x00
mov ax, 0x13
int 0x10
}
It looks as though I don't have to set ah to 0, to make it work but yet I see all the codes setting ah to 0.
Could anyone please explain why I don't have to set ah to 0 and why do everyone do it when its not...
Hi,
I was trying to use keyboards routines using inportb(0x60) function for Left Arrow, right Arrow but failing miserable.
This is what I was trying to (simple animation stuffs).
Plot pixels so that a blue sqaure of 10x10 is displayed on screen. Now if Left arrow is pressed the sqaure should...
Hi,
I am just learning assembly and I am trying to write in Linux.
Linux seems to use eax,ebx etc register while dos uses ax,bx etc. Whats the deal?
I don't get it. Linux-Assembly-HOWTO doesn't have much to say.
Do you have any idea where linux assembly tutorials are given ?
Is asm OS specific?
Hi,
Is there any module or any way of finding out what Operating system the remote machine is running on using perl ?
Tried cpan archives - couldn't find any module for it.
Thank you.
Hi,
I just started learning assembly. Programs like MASM, TASM are off my reach because of the cost. Are there any substitute for these programs. I have heard of NASM, but I also heard that a little twealing is required to make asm programs work. To a newbie thats a hard job at present.
Thank you.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.