summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--LICENSE (renamed from LICENCE)0
-rw-r--r--ror.asm3
2 files changed, 2 insertions, 1 deletions
diff --git a/LICENCE b/LICENSE
index f288702..f288702 100644
--- a/LICENCE
+++ b/LICENSE
diff --git a/ror.asm b/ror.asm
index a09fb5e..0c57dd3 100644
--- a/ror.asm
+++ b/ror.asm
@@ -1,7 +1,8 @@
; Version : 0.1
; Last update : 7/3/2020
; Description : A self modifying opcode test for the ror instruction. Returns 0 if the instruction gives the expected answer, or exits with "illegal instruction" if not.
-; Licence : GPLv3
+; Copyright (C) : 2020 Gentoo-libre Install
+; License : GPLv3+
section .data
modify: ror edx, 2 ;this is modified to the wanted ror bitshift amount