Skip to content

Commit e7a88c9

Browse files
committed
Include a GIF into README.md
1 parent 37cbe42 commit e7a88c9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@
22

33
Self-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
1217
Go 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).

0 commit comments

Comments
 (0)