From 11adccb8d286b27ccc29a8c6af0cbc9c73beab46 Mon Sep 17 00:00:00 2001 From: Asger Gitz-Johansen Date: Wed, 22 Oct 2025 13:04:10 +0200 Subject: [PATCH] feat: initial --- asm-arm.8 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 asm-arm.8 diff --git a/asm-arm.8 b/asm-arm.8 new file mode 100644 index 0000000..d24a774 --- /dev/null +++ b/asm-arm.8 @@ -0,0 +1,8 @@ +.TH asm-arm 7 2025-10-22 "AGJ Manpages v1.0.0" "Miscellaneous Information Manual" + +.SH NAME +tta \- tick tock automata introduction + +.SH THE BASICS +TTA's (Tick Tock Automata) are an Automata based theory that can model business logic for all kinds of automation systems. A TTA consists of a set of locations and transitions between them. Each transition can be guarded by a boolean expression and have a set of variable assignments as a "consequence" of taking the transition. +