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 SkipVought 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. zeitghost

    How to check if a key was pressed?

    If you want to see what the bios interrupts do, have a look at http://www.ece.ul.ie/homepage/tom_newe/Modules/CE4204/advdos-Duncan.pdf
  2. zeitghost

    Newbie- Interaction Between CPU and Devices?

    I take it you are referring to Windoze & the PC?
  3. zeitghost

    Large Array as a Subroutine Input/Output

    In my long gone days of FORTRAN 77, I understood that variables were passed into subroutines by reference. Maybe it's changed these days, what with gigabytes of memory and stuff.
  4. zeitghost

    Background Checks

    Makes one wonder how the unqualified doctors that are exposed every now & again get away with it... The favourite prescription of one such was a tablespoon of shampoo... Still I suppose it did less harm prescribing shampoo rather than some of the other drugs available...:o)
  5. zeitghost

    commenting and uncommenting sections of code in Compaq Visual Fortran

    Do you mean conditional compilation?
  6. zeitghost

    IT8212 PCI hard disk adaptor card

    IT8212 PCI hard disk controller card. ATAPI or RAID. Following yet another lost day fighting with hardware, software and Windoze(tm)... I thought I'd post this to save others from the hassle... Bought some unidentified IT8212 PCI card made in Taiwan. This provides two more IDE interfaces...
  7. zeitghost

    older tutorial with newer ide help

    There must be a linker in the package to link the object modules from the compiler together...
  8. zeitghost

    assembly tutorial help

    You may find more help in the Assembly forum.
  9. zeitghost

    How to allocate more memory for a program?

    Buy a Cray?
  10. zeitghost

    Declaring parameters in function header

    The first example is classic C from the mysts of time... The second example is the more recent ANSI version.
  11. zeitghost

    Insider IT Hacker

    One can imagine him on top of a gas tank... <Jimmy Cagney in "White Heat" mode on> Top of the world ma, top of the world... You'll never take me alive, coppers... Booooooom! <Jimmy Cagney mode off>
  12. zeitghost

    beginner; mnemonics

    The computer "knows" what "mov a,b" means because the assembler program (MASM or TASM or A86 or whatever for the PC) converts the source text file into machine code that the computer can understand. The mnemonic is a human readable form that is converted into some number for the computer to...
  13. zeitghost

    settimer visual c++ 6.0

    Uuum, don't much about this stuff, but will printf work under Windoze? You might try a message box instead.
  14. zeitghost

    Assembler code to C

    call 8049440 <explode_bomb> I do so hope this is for a game...
  15. zeitghost

    Windows Updates??

    It was no longer there the last time I looked, about 3 weeks ago...
  16. zeitghost

    file delete

    What machine, operating system & compiler are you using?
  17. zeitghost

    Old Fortran Code - Need to Figure Out What This Means

    Oh, how the mighty are fallen...
  18. zeitghost

    Reading file names from an external hard disk

    I've used kludges like call system( "DIR C:\directory >DIRFILE" ) to generate a file of the directory, then read the directory file into the program. It isn't pretty but it does work...
  19. zeitghost

    How to point to a #defined list of numbers ?

    Unless the compiler writer gives you an option... The Keil 8051 compiler has specific commands that locate data in flash/eprom rather than copying it to ram...
  20. zeitghost

    Help me decyper this piece of code

    Hurrah to all of that...

Part and Inventory Search

Back
Top