» Home » VB Fibre
Site
News
Files

Visual Basic
Strings
Math
General
Properties
Memory
Methods

Search
Testing

Inline ASM-VB
Strings
Math
General
Memory

Search
Using inline ASM
Submit!

Using conditional-compilation to retain code functionality in the IDE. (24-02-2004)
When using inline ASM, you are going to face one consequence: Your ASM functions won't do anything while running your code from the Visual Basic IDE.

Getting CPU information through inline ASM (27-02-2004)
The nice thing with ASM is that you can also do things that are impossible to do directly in VB.

Accessing the high performance counter (27-02-2004)
The Performance Counter is a very high 64bit resolution counter

Example: Using ASM and a UDT (user defined type) (24-03-2004)
This simple example will demonstrate how you can use an UDT in ASM. Right now I couldn't find a good example yet, so this is a very simple addition to the second item in the udt.