VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

VBAssembler (uploaded again)

L124RD K1N6  (2 Submissions)   Miscellaneous   Visual Basic 3.0   Advanced   Wed 3rd February 2021

VBAssembler -> Automated Edit Assembler with VB. Sorry I uploaded again because i got some errors.

Assumes
(For Assembler programmers with MASM 5.10) This is just an automated edit assembler with VB. Now You can create, edit, save, compile, make EXE and execute your assembler codes (.ASM) See help for more information. Sorry about standars and Control names, originally the whole project was in spanish (I'm from Mexico) but i changed comments and menu for a better understanding. ^_^ \/

Returns
Generates OBJ & EXE files from assembly code

Side Effects
none that i know

API Declarations
Private Declare Function WaitForSingleObject Lib "kernel32" (ByVal hHandle As Long, ByVal dwMilliseconds As Long) As Long
Private Declare Function CreateProcessA Lib "kernel32" (ByVal lpApplicationName As Long, ByVal lpCommandLine As String, ByVal lpProcessAttributes As Long, ByVal lpThreadAttributes As Long, ByVal bInheritHandles As Long, ByVal dwCreationFlags As Long, ByVal lpEnvironment As Long, ByVal lpCurrentDirectory As Long, lpStartupInfo As STARTUPINFO, lpProcessInformation As PROCESS_INFORMATION) As Long
Private Declare Function CloseHandle Lib "kernel32" (ByVal hObject As Long) As Long

Rate VBAssembler (uploaded again) (3(3 Vote))

Download VBAssembler (uploaded again)

VBAssembler (uploaded again) Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters