Tools Links Login

VBAssembler (uploaded again)

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

Original Author: L124RD K1N6

Assumptions

(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

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 73 times

Categories

Visual Basic 6

Attachments

VBAssemble4342512212001.zip
Posted: 9/3/2020 3:45:00 PM
Size: 13,402 bytes


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.