From d15f943c5fd71ab4977f144e29a470bd619d594c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Pleva=C4=8D?= Date: Tue, 21 Nov 2023 20:56:02 +0100 Subject: [PATCH] Added ifo header to ASM codes --- codes/inc.asm | 6 ++++++ codes/rule110.asm | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/codes/inc.asm b/codes/inc.asm index f805f14..dcd5d85 100644 --- a/codes/inc.asm +++ b/codes/inc.asm @@ -1,3 +1,9 @@ +# +# Increment instruction implementation in DNA|SIMD +# @autor Lukáš Plevač +# @date 11.21.2023 +# + define: 0 [ABC][DE] 1 [AB][CDE] diff --git a/codes/rule110.asm b/codes/rule110.asm index d8d19fa..7b1a713 100644 --- a/codes/rule110.asm +++ b/codes/rule110.asm @@ -1,3 +1,9 @@ +# +# RULE 110 cellular automaton implementation in DNA|SIMD +# @autor Lukáš Plevač +# @date 11.21.2023 +# + define: 0 [ABC][DE] 1 {A}[BCDE]