Hardware
Hardware is a general term that refers to the physical artifacts of a technology.
Forum Post

Re: Is C++ the best language?

Assembler is not so popular because it is extremely unportable. You will have to re-invent the wheel as soon as a new CPU is released or as soon as the program is moved to another system. Programming...
Forum Post

Re: Clock Cicles Assembly

: anybody knows where i can see the clock cicles of the assembley? : Hi, you can look out for RDTSC in Intel manual. Regards.
Forum Post

Is there any way to split this?

Hi... I'm a fairly new(ish) Perl programmer, and don't do enough to stay good at it. I'm struggling with coming up with a way to do the following. I've got a file full of lines that look like...
Forum Post

Re: Excel or VB problem?

: hi all, I'm not sure if this is the correct section to post this : question. : : All I want to do is create a worksheet in Excel with 100 cells which : will be initially resized and occupied...
Forum Post

Re: Creating a bootable program on a cd

: I would like to create a program that you can burn from an iso to a : cd, that will run when the computer first starts(in the BIOS). I : want to do this with x86 assembly and C++. Where can I...
Forum Post

Creating a bootable program on a cd

I would like to create a program that you can burn from an iso to a cd, that will run when the computer first starts(in the BIOS). I want to do this with x86 assembly and C++. Where can I find a...
Forum Post

Re: Linked-list or array?

Find(ID); } }; ObjectData *pObject; int main() { int ObjectCount = 0; for(int iLoop = 0; iLoop Find(ID); } }; ObjectData *pObject; int main() { int ObjectCount = 0;...
Forum Post

Re: Linked-list or array?

That is true, linked lists will always be slower for iteration. If you think the CPU cycles are identical, you don't understand the difference in assembler/op-codes between direct access and access...
Forum Post

Excel or VB problem?

hi all, I'm not sure if this is the correct section to post this question. All I want to do is create a worksheet in Excel with 100 cells which will be initially resized and occupied by 100 .jpg...
Forum Post

Re: pmode problems...

Clicky Anyways, the PIC initialization code that you posted should work fine. (Insure you clear interrupts before calling the routine though.) Also insure entries 32 - 40 in your IDT are set...
Forum Post

Re: pmode problems...

AHA, thanks, I have got a bit of code that remaps hardware IRQs, but i removed it as I thought that could be causing the problem, also, I thought that you could still access the segment registers...
Forum Post

Re: pmode problems...

When you issue sti, it enables hardware interrupts. Have you re-mapped the hardware interrupt requests to your IDT? via the PIC or APIC? If not, then it is probably crashing do to a timer interrupt,...
Forum Post

Re: C++ Help with the Game of Life (John Conway)

You need two arrays - one for current generation (CurrentGen) and one where you will build next generation (NextGen). The steps for a game look somewhat like that: 1. Load the source file with...
Forum Post

Re: ENTER, LEAVE ...

: how do i rewrite the following procedure code without using : assembler directives ENTER, LEAVE or LOCAL: : The x86 assembly language supports the assembly instructions "enter n, 0" which...
Forum Post

simple rotation problem..

hello , i am new to opengl and i am trying to design a 2d arm. its basicly consist of 3 rectangles. Everything was fine till i try to rotate the joints of the arm.I couldnt make the pic move...
Forum Post

Re: HELP HELP!In compiling cpp file..

It would help a lot if you quoted the error message of the "fact" that the program is locked to the old PC. Have you tried to compile the unlock.cpp by a C++ compiler? And, as it is an old...
Forum Post

Re: how to read CPU temperature using MFC?

Reading CPU temperature is not really a MFC specific issue. You will have to use the WMI (Windows Management Instrumentation). You will find informations on that on google.
Forum Post

Masm-hope u answer this one too!

i know how to use assembly language.i have been studying it for the past 2 semesters.first 8085 and then 8086,that i am studying now.i know how to call a program.i have done it with c & c++ also.but...
Forum Post

Re: emu8086 insw outsw

i need help Name Program #3 Instructions Write a main program that asks the user to enter a string, then prints out the string with the word order reversed. (Consider any sequence of non-space...
Forum Post

Quick 68000 Help

START ORG $1000 ADDI.L #$105, -(A5) What is the address of the source operand?
 

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.