Hardware
Hardware is a general term that refers to the physical artifacts of a technology.
Language
Any
Platform
License
Any
: hi, I am urgently needing to know the native functions to read &
: write from windows registers.. cause all code & functions & projects
: i find are managed & i need it native ones.. i just saw...
: Dear Sir / Madam,
:
: Have a nice day!. I am new to Visual C++ - Win 32 API Programming.
: Starting from Zero. I want to know about Basic Input & Output in Win
: 32 API.
:
: Input BOX in...
Dear Sir / Madam,
Have a nice day!. I am new to Visual C++ - Win 32 API Programming. Starting from Zero. I want to know about Basic Input & Output in Win 32 API.
Input BOX in Win32 API?
Can...
: jc,jcxz,jna,jnae,jnb,jnbe,jnc,jne,jng,jnge,jnl, jnle
: ,jno,jnz,jo,jp,jpo,
: js,jz...Theres alot of different jump instructions you can use.
:
: If you really want to avoid jump instructions...
jc,jcxz,jna,jnae,jnb,jnbe,jnc,jne,jng,jnge,jnl, jnle ,jno,jnz,jo,jp,jpo,
js,jz...Theres alot of different jump instructions you can use.
If you really want to avoid jump instructions you can also...
I see that you are doing this:
For index = 1 To members.Length - 1
writedata.WriteLine(members(index))
writedata.WriteLine(PhoneNum(index))
Next index
This appears that it would...
please im trying to write a program which reads roman numerals and returns integers in x86 but im trying to avoid using ja near and jb near , je near in some parts of my code, is there any other...
try this and see download file-
Private Sub CommandButton1_Click()
Dim myCol As Integer
Dim myRow As Integer
Dim ColCount As Byte
Dim myRange As String
'work from bottom to...
Hi guy's!
Like in topic..I want add i.e add TCheckBox to DBGride.
My table looks like this:
---------------
ID | Name |
---------------
1 | foo |
---------------
and I want...
: this is what i nees to do:
:
: Write a text menu-based program to allow a user to continually
: select from the following options:
: a. Store up to a maximum of 20 integers in an array. Enter...
One of the good things about the x86 family is that it is backward compatible, so instructions for earlier processors will work on newer machines. (Assumes you do not use processor-dependent...
Whenever i am looking for brief asm tutorial (other than the ART OF ASSEMBLYand ICEZOLNS TUTORIAL)in the net i am finding tutorials saying that the tutorial is for 8086 processor .If i learn from...
this is what i nees to do:
Write a text menu-based program to allow a user to continually select from the following options:
a. Store up to a maximum of 20 integers in an array. Enter numbers...
emu8086 is a smaller x86 assembler and IDE. It does not seem to be as much used as other assemblers (TASM, MASM, and NASM) though. Its a very good IDE for learning the language though.
The org...