From: Frank K. <fbk...@co...> - 2005-08-25 05:15:47
|
George G Fung wrote: > Hi Nasm, Hi George, This really isn't a "nasm-devel" question. The "nasm-users" list was created for this kind of question, so I'm cc'ing this reply there. > I have a bunch of subroutines and functions that are written in Assembly > Language and I would to compile them so that I can use them in my Visual > Basic programing . Is there a compiler available for doing this? I have > attached one of those Assembly Language subroutines for your viewing. What you've got there is 16-bit code for Masm. I'm not very familiar with VB, but I'm pretty sure it's 32-bits - so this code won't work, as written. I don't know how to use asm with VB, but I recall hearing that it can be done. I think the code you've got would require a *complete* rewrite to be used with Nasm and VB - maybe easier to start from scratch. Might be an interesting project - why don't we discuss it further on "nasm-users"? Best, Frank |