In QuickBasic you use to be able to make direct calls to the chip registers using InterruptX.
Can it be done in VB? If so, how?
Printable View
In QuickBasic you use to be able to make direct calls to the chip registers using InterruptX.
Can it be done in VB? If so, how?
The NT family pretty much blocks low-level access, so you can't do it except in driver code.
VB doesn't support direct register access - you can use VC++ with an _asm block. This works okay on Win9X machines.
Thanks Jim
Also doing a post in a few minutes,
Subject: Interfacing Files and Arrays
in the General forum
Would appreciate any comments you might make.
David