VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



VBAssembler (uploaded again)

by L124RD K1N6 (2 Submissions)
Category: Miscellaneous
Compatability: Visual Basic 3.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (3 Votes)

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. ^_^ \/
Code 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)

Download VBAssembler (uploaded again)

Download VBAssembler (uploaded again) (13 KB)

VBAssembler (uploaded again) Comments

No comments have been posted about VBAssembler (uploaded again). Why not be the first to post a comment about VBAssembler (uploaded again).

Post your comment

Subject:
Message:
0/1000 characters