Assembler Ide
Assembler Ide
Programming in BASIC question please…?
I’ve written a BASIC source code and i wanna assemble it now. I have FreeBASIC 32-BIT compiler for DOS/Windows but i don’t know how to compile. I’ve written the code on notepad already… how do I then assemble this?
The assembler opens with Command Prompt and has a default directory: C:Program FilesFreeBASIC, and its not an IDE.
Any help will be appreciated. Thanks.
I just wrote a simple .bas file and then compiled it from the command line like this:
fbc hello.bas
fbc is the FreeBASIC compiler, and hello.bas is the simple basic file I made for this test. The compiler created an executable called ‘hello’ and it worked
fbc can take many more complex parameters, but for most programs the simple usage is what you need. Most compilers work like this. Consult the fbc documentation for more. I hope I helped you (I never used FreeBASIC myself).
Microcontroller Tutorial Part-3
