File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 22
33Self-replicating, self-modifying Assembly program that can evolve into every possible computer program in the universe.
44
5+ <p align =" center " >
6+ <img src =" https://i.ibb.co/VpYDzYK/demo.gif " alt =" LDCA " height =" 800px " />
7+ </p >
8+
59[ NASM] ( https://www.nasm.us/ ) is required to compile the Assembly program.
610
711## Compiling & Running
812
913> ** CAUTION:** Since this program executes random CPU instructions, it might run potentialy harmful machine code of any kind.
14+
1015> ** NOTICE:** Program execution is disabled temporarily. To re-enable it, remove ` ; ` before the ` call program ` occurences in ` ldca.asm ` file.
1116
1217Go into the directory that matches your operating system and CPU architecture combination. For example: ` cd linux_x86 `
@@ -113,4 +118,4 @@ There are some constants that hard-coded into the Assembly program which are ope
113118
114119## License
115120
116- ** Last Digital Common Ancestor** is licensed under the [ ** GNU General Public License v2 .0** ] ( /LICENSE ) .
121+ ** Last Digital Common Ancestor** is licensed under the [ ** GNU General Public License v3 .0** ] ( /LICENSE ) .
You can’t perform that action at this time.
0 commit comments