flat assembler
Message board for the users of flat assembler.
Index
> DOS > Execute FASM to compile a file |
| Author |
|
|
sid123 13 Mar 2014, 13:48
fasm.exe file.asm
|
|||
|
|
badc0de02 13 Mar 2014, 13:59
sid i dont mean that
the program execute fasm to compile it atomaticly the file what i got over serial |
|||
|
|
JohnFound 13 Mar 2014, 14:19
int $21, ah=$4b - Execute program.
|
|||
|
|
baldr 13 Mar 2014, 17:11
badc0de02,
As far as I get it, you need fasm to compile program that is coming through some kind of serial link, then somehow execute it? (pun intended Another interpretation can be "save serial input, compile it with fasm, then run the result (before executing Please state clearly what do you want to do. |
|||
|
|
badc0de02 13 Mar 2014, 20:46
baldr
i want to create a program that first read the serial input then save it to a file, then i want that the program after them execute FASM to compile the recived file. |
|||
|
|
baldr 13 Mar 2014, 20:52
badc0de02,
OK, that's clears much of the fog. Which part of the task you're having difficulties with? |
|||
|
|
badc0de02 13 Mar 2014, 20:57
how to execute FASM (with parameter) in dos from a program
can you send me a exemple code? |
|||
|
|
baldr 13 Mar 2014, 20:59
badc0de02,
Probably ICQ would be better? 281*42697 |
|||
|
|
badc0de02 13 Mar 2014, 21:37
added you
|
|||
|
|
edfed 14 Mar 2014, 09:10
the arduino ide is not modular. you should use avrdude tool in command line to load the binary in your 86duino.
or start to develop with a non beginner platform arduino is cool cause you don't need to be expert to make it work, but if you're expert, you feel really frustrated by it's limitations. |
|||
|
|
badc0de02 16 Mar 2014, 08:30
edfed,
have a look at the 86duino http://www.86duino.com/index.php?p=68 the processor is x86 architectured and the 86duino ide compiles the c files with djgcc on the 86duino runs dos its not a similar atmel controler and does not work with avr-gcc the 86duino it a devlopment board for a x86 processor and with this can you make anything even run linux on the board just imagine the avr processor has limits on ram and flash you can add a sdcard over spi but the little ram does still exist |
|||
|
|
sid123 17 Mar 2014, 01:43
Ah!
Got your problem! You need to receive characters from serial, write it to a file, and tell FASM to compile it. Right? |
|||
|
|
badc0de02 17 Mar 2014, 12:44
sid123,
thanks for asking, i got already a solution for the problem |
|||
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.