37 lines
640 B
Typst
37 lines
640 B
Typst
#set document(
|
|
title: "BUZBEE Manual",
|
|
author: "Gale Faraday",
|
|
description: "CHIBI PC-09 machine language monitor BUZBEE technical and user manual",
|
|
)
|
|
|
|
#import "style.typ": conf
|
|
#show: conf.with(
|
|
title: [BUZBEE User Manual and Technical Reference],
|
|
subtitle: [A CHIBI PC-09 Machine Language Monitor],
|
|
author: [Gale Faraday],
|
|
)
|
|
|
|
= Introduction
|
|
#lorem(120)
|
|
#pagebreak()
|
|
|
|
= BUZBEE Functions
|
|
#lorem(120)
|
|
#pagebreak()
|
|
|
|
== Internal Functions (IFs)
|
|
#lorem(120)
|
|
#pagebreak()
|
|
|
|
== External Functions (EFs) & User Programs
|
|
#lorem(120)
|
|
#pagebreak()
|
|
|
|
= BUZBEE Reserved Memory Regions
|
|
#lorem(120)
|
|
#pagebreak()
|
|
|
|
= Building BUZBEE
|
|
#lorem(120)
|
|
|