summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGentoo <installgentoo@endianness.com>2022-07-23 00:29:19 +1000
committerGentoo <installgentoo@endianness.com>2022-07-23 00:29:19 +1000
commitd63aa8d9d247035c36b0091612e4fb7c42109d15 (patch)
treed59ad613bb4c1d65fdc37ea7bd96797f60b81d80
parentd2d7d6b420068c3efbb1cfed041dd4be28a99f10 (diff)
downloadror-master.tar.gz
ror-master.tar.bz2
ror-master.zip
clarified license - segfaults now, but oh wellHEADmaster
-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