Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. newbieatassembly

    MS Access books

    Hi, I am looking for some good MS Access books for a beginner in MS Access. I would like to make a good choice. Any help is appreciated. Thank you.
  2. newbieatassembly

    freebsd bootloader

    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 ?
  3. newbieatassembly

    bsd sockets

    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>...
  4. newbieatassembly

    ah and al registers query

    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...
  5. newbieatassembly

    Using keyboard routines in C

    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...
  6. newbieatassembly

    linux assembly

    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?
  7. newbieatassembly

    OS of a remote machine

    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.
  8. newbieatassembly

    assembler programs like masm,tasm etc

    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.

Part and Inventory Search

Back
Top