» 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!

At this file section you will find files that are relevant to VB Fibre. If you want other source code, check out the code section in the navigation bar above.

  • vbftemplate.zip (2 kb) - The code you will find in this zip is used for benchmarking. It uses QueryPerformancecounter for the precision.
  • inlineasm.zip (58 kb) - This is the plugin for inline ASM in Visual Basic. I modified it a bit, so it supports long pathnames now. Original author is John Sagos.
  • exampleasm.zip (61 kb) - Some examples John Sagos made for his inline ASM dll. I use some of his examples on the ASM section as well. Nte that these examples contain good Byref/Byval/String information!

  • Art of Assembly (link) - Very good instruction set reference and example. Must have.

  • ASMPluginTest.zip (1337 bytes) - This is a small zip file containing a extremely simple inline ASM snippet. IT will simply return a message if it was compiled correctly or not.. allowing you to check if your inline asm code gets compiled properly or not.