Machine Code, VB & NES

Started by
33 comments, last by SHilbert 23 years, 7 months ago
I was talking to blue-lighting about VB & machine code in a thread that recently got closed. I just want to straighten things out.... Theoretically, every language gets turned into machine code by the compiler. So, with the right compiler, VB could be compiled to work on an NES, right? (Of course, the dialog boxes and everything wouldn''t really work, but the general language could be used.) Any thoughts? lntakitopi@aol.com | http://www.geocities.com/guanajam
Advertisement
No, it wouldn''t, VB uses the Win32 API to do everything.

-----------------------------

A wise man once said "A person with half a clue is more dangerous than a person with or without one."
-----------------------------A wise man once said "A person with half a clue is more dangerous than a person with or without one."The Micro$haft BSOD T-Shirt
Well, I meant the syntax. The LANGUAGE could be used, right?

lntakitopi@aol.com | http://www.geocities.com/guanajam
VB requires a lot of DLLs to accompany the application.

Also, VB only compiles to the x86 chips. The NES uses a different chip.

E:cb woof!
E:cb woof!
The language could only be used if you had a VB compiler specifically made for the NES chip.

E:cb woof!
E:cb woof!
In order to get it to work on the nes you would be stripping VB of a lot the things that seperate it from BASIC. Also wouldn''t it be some kind of copyright violation to make a new compiler for microsoft''s language?

Plus why would you want to spend time coding a VB compiler in asm or C? About half way through I would think you''d figure out the irony.
For a good time hit Alt-F4! Go ahead try it, all the cool people are doing it.
This is a strange/funny thread. Most of you don''t even know what VB looks like.

------------------------
Captured Reality
Well, then I guess it would be BASIC with an NES compiler, right? I''m not trying to have a heated argument, just a discussion...

lntakitopi@aol.com | http://www.geocities.com/guanajam
...while VB experts like nes are here, does VB have many syntactical differences from BASIC or is it just like Visual C++ (you just program in a more visual and Windows-based environment, but the language doesn''t change?) I would guess (with my limited experience) that it''s mostly normal BASIC with a Windows-based design & output.

lntakitopi@aol.com | http://www.geocities.com/guanajam
Many differences huh?

------------------------
Captured Reality

This topic is closed to new replies.

Advertisement