From 16d285dac3271becd7a20ccd434c8f4deceeec4a Mon Sep 17 00:00:00 2001 From: Wojciech Kosior Date: Mon, 7 Sep 2020 21:24:51 +0200 Subject: remove old version of stack machine from the project --- tests/stack_machine_old_store/instructions.s.tcl | 29 ------------------------ 1 file changed, 29 deletions(-) delete mode 100755 tests/stack_machine_old_store/instructions.s.tcl (limited to 'tests/stack_machine_old_store/instructions.s.tcl') diff --git a/tests/stack_machine_old_store/instructions.s.tcl b/tests/stack_machine_old_store/instructions.s.tcl deleted file mode 100755 index d7e26b0..0000000 --- a/tests/stack_machine_old_store/instructions.s.tcl +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env tclsh - -source tclasm_old.tcl - -### simple test - write value hDEADBEEF to address h3ABCD - -## get value hDEADBEEF into r1 - -# DDDD EEEE AA -# bits 31:22 of hDEADBEEF are 1101 1110 10 -_immediate im<<=b1101111010 -# AA DDDD BBBB E -# bits 21:11 of hDEADBEEF are 10 1101 1011 1 -_immediate im<<=b10110110111 -# EEE EEEE FFFF -# bits 10:0 of hDEADBEEF are 110 1110 1111 -_exchange_im im<<=b11011101111 - -## get address h7579A into im - -# 7777 5555 7 -# bits 19:11 of h7579A are 0111 0101 0 -_immediate im=b011101010 -# 777 9999 AAAA -# bits 10:0 of h7579A are 111 1001 1010 -store im<<=b11110011010 - -## finish test -halt -- cgit v1.2.3 e73d651aa0d3bbd446'>commitdiff
path: root/gnu/services/version-control.scm
AgeCommit message (Expand)Author
2022-08-30services: gitolite: Relax permissions on service user home directory....David Thompson