]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/cpu/ppc/assembler/assembler.factor
Switch to https urls
[factor.git] / basis / cpu / ppc / assembler / assembler.factor
index 7c8d479b58be7e256fd1101907d805187d887a5d..fb2598fb690004f06cebbc198819f33c216761a4 100644 (file)
@@ -1,9 +1,9 @@
 ! Copyright (C) 2011 Erik Charlebois.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: endian kernel make math math.bitwise ;
 IN: cpu.ppc.assembler
 
-! This vocabulary implements the V2.06B Power ISA found at http://www.power.org.
+! This vocabulary implements the V2.06B Power ISA found at https://www.power.org.
 ! The names are standard and the operand order is the same as in the specification,
 ! except that displacement in d-form and ds-form instructions come after the base
 ! address register.