Added ifo header to ASM codes

This commit is contained in:
Lukáš Plevač 2023-11-21 20:56:02 +01:00
parent 9d8ffb7ee6
commit d15f943c5f
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,9 @@
#
# Increment instruction implementation in DNA|SIMD
# @autor Lukáš Plevač <xpleva07@vutbr.cz>
# @date 11.21.2023
#
define:
0 [ABC][DE]
1 [AB][CDE]

View File

@ -1,3 +1,9 @@
#
# RULE 110 cellular automaton implementation in DNA|SIMD
# @autor Lukáš Plevač <xpleva07@vutbr.cz>
# @date 11.21.2023
#
define:
0 [ABC][DE]
1 {A}[BCDE]