flat assembler
Message board for the users of flat assembler.
Index
> Main > In Memory - Self Assembly |
Author |
|
baldr 03 Nov 2010, 19:13
masonswanson,
Wow, that's quite an accomplishment. What did you want to say? |
|||
03 Nov 2010, 19:13 |
|
Tyler 04 Nov 2010, 00:16
That would require extensive modifications to Fasm's source. Fasm's build system works off of a complex directory structure included with the include directive. If you were to try to assemble the main file embedded as a resource inside the executable, Fasm would read the include directive and would look for a file that doesn't necessarily exist.
|
|||
04 Nov 2010, 00:16 |
|
revolution 04 Nov 2010, 00:28
You can always manually 'include' all the necessary sources into one large flat source code file.
|
|||
04 Nov 2010, 00:28 |
|
masonswanson 04 Nov 2010, 15:41
here is the FASM core and front-end in one file, it is based on the windows version, i copied each file that was included's contents in place of the include statement
|
|||||||||||
04 Nov 2010, 15:41 |
|
masonswanson 04 Nov 2010, 20:54
I Have Gone Through The Source And Reformatted It To Use Tabs Instead Of Spaces and each label (That I Could Find) Is the first thing on the line(There Is Nothing Before The Name Of The Label) and there Is A Blank Line Before It
For Example: lol: some code,here some code,here and some,here lol2: ; Notice The Line Above Is Blank, It Makes For Slightly Easier Reading some code,here some code,here and some,here Then At The End Of The File I Added This: build_self: mysourcecode file "FASM.ASM" but now i just need to figure out how to have The contents of fasm.asm be assembled and replace the original code section, is anybody on this board familiar with genetic programming? |
|||
04 Nov 2010, 20:54 |
|
rocketsoft 12 Nov 2010, 22:33
ive heard of genetic programming but i dont believe its more powerfull than my truly geniusetic mind
|
|||
12 Nov 2010, 22:33 |
|
masonswanson 13 Nov 2010, 16:45
the whole purpose would be to expand your metaknowledge or wisdom of yourself, self perception, and use that knowledge to be closer to the singularity
|
|||
13 Nov 2010, 16:45 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.