]> gitweb.factorcode.org Git - factor.git/blob - basis/cpu/x86/features/features-docs.factor
Switch to https urls
[factor.git] / basis / cpu / x86 / features / features-docs.factor
1 ! Copyright (C) 2017 Alexander Ilin.
2 ! See https://factorcode.org/license.txt for BSD license.
3 USING: help.markup help.syntax kernel math quotations strings ;
4 IN: cpu.x86.features
5
6 HELP: instruction-count
7 { $values
8     { "n" number }
9 }
10 { $description "The word returns the CPU's Timestamp Counter: " { $url "https://en.wikipedia.org/wiki/Time_Stamp_Counter" } "." } ;
11
12 ARTICLE: "cpu.x86.features" "CPU x86 features"
13 { $vocab-link "cpu.x86.features" }
14 ;
15
16 ABOUT: "cpu.x86.features"