Programs & sources  
  QBasic 4.0  
  Visual Basic 3.0  
  Visual Basic 5.0  
  Assembler  
Games & sources  
  Demon Space  
  Dig Dug  
  Jumping  
  WDG - War in the Dead Galaxy  
  All Motors NET  
  The War  
  Age of Empire II  
Scenarios  
Campaigns  
  Cheat Mode....  
  --- AOE Conquerors ---  
Scenarios  
Campaigns  
  Cheat Mode....  
Online games  
Our video game  
  Arcade  
Breaking head  
Adventure  
Shoot everything  

VP:1448 

 

VBAsm v1.0


Preview VBAsm v1.0

This is a small OCX that serves to introduce and compile routine ASSEMBLER in Visual Basic.

The package archive you download contains VBAsm.OCX and a source that it shows how to use the OCX.

In practice with commands, including opening and closing routine ASM, you can write ASSEMBLER routines with commands that are equivalent in Visual Basic and compile them.

With VBAsm

.StartAsmDll "PR.ASM" '### INIT PROGRAM ASM WITH "NAME.ASM"

.GLOBAL1 "MyRout"
.EXPORT "MyRout"

.STR1 "CIAO DW 0000"     & vbCrLf & _
      "COME DD 00000000" & vbCrLf & _
      "STAI DB 00"

.STR1 "MyRout:"
 .ENTER "0,0"
   .MOV "EAX,[EBP+08]" '#### Parameter 1 in Call ByRef
   .MOV "ECX,[EBP+12]" ' Call ByRef #Parameter 2

   .MOV "ESI,[ECX]" '### Param 2 in ESI
   .MOV "[EAX],ESI" '### ESI in Param 1
 .LEAVE
.RET "08"

.EndAsmDll '### CLOSE PROGRAM ASM

.Compile "PR.ASM" '### COMPILE PROGRAM WITH "NAME.ASM"
 
SrcAsm = .RetAsm '### RETURN PROGRAM ASM SOURCE

End With

Download vbasm.zip and unzip the files in a folder.
 
Select the menu from Visual Basic Progetto
Then select the entry Components
Finally click the button sfoglia
and select the file VBAsm.ocx

At this point you can insert this OCX into your project and use it at will.

Regarding Nasmw.exe, link.exe and workbook there we refer to JNAsm v1.0 Free, this because they use the same folder.

DOWNLOAD VBAsm v1.0

 
Related Link:

DownLoad source QBasic 4 0 (3D1) source free rotating 3d, virtual world control,...Rank:1534
DownLoad source QBasic 4 0 (3-d) rotations 3d, source free control virtual world...Rank:1721
Sources and libraries free written for QBasic 4 0 with little modification can b...Rank:1933
Work in progress...Rank:1275
Work in progress...Rank:1277
VBAsm preview VBAsm v1.0 this v1.0 is a small OCX that serves to introduce and c...Rank:1448
DownLoad JNASM v1.0 BETA building from OBJ to DLL to compile the file you need t...Rank:920
Type .OBJ .dll type compiling this compilation is the Compile submenu where it c...Rank:751
.OBJ compiling templates Templates compiling this is the file menu where it can ...Rank:769
Designer JNASM v1.0 BETA design dialog box to the right contains the future menu...Rank:779
JNAsm v1.0 beta overview this is a little Editor written by us for NASM. His nam...Rank:729
ASSEMBLER Utility Assembler these two products using both the NASM a free Assemb...Rank:1319

 

© J&B Software 84 - Tutti i Diritti Riservati
www.jbs84.it - info@jbs84.it