Skip to content

Commit

Permalink
Add version number to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TollyH committed Aug 2, 2023
1 parent 288bfc0 commit 0510879
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
Binary file modified Documentation/Language.docx
Binary file not shown.
3 changes: 2 additions & 1 deletion Documentation/Language.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@
</head>
<body>
<h1 id="assembly-language-reference">AssEmbly Language Reference</h1>
<p>Applies to versions: <code>1.0.0</code></p>
<p>Last revised: 2023-08-02</p>
<h2 id="introduction">Introduction</h2>
<p>AssEmbly is a mock processor architecture and assembly language
written in C# and running on .NET. It is designed to simplify the
Expand All @@ -179,7 +181,6 @@ <h2 id="introduction">Introduction</h2>
href="https://github.com/TollyH">Tolly Hill</a>.</p>
<p>For the purposes of this documentation, a “character” is synonymous
with a “byte”.</p>
<p>Last revised: 2023-08-01</p>
<h2 id="table-of-contents">Table of Contents</h2>
<ul>
<li><a href="#assembly-language-reference">AssEmbly Language
Expand Down
6 changes: 4 additions & 2 deletions Documentation/Language.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# AssEmbly Language Reference

Applies to versions: `1.0.0`

Last revised: 2023-08-02

## Introduction

AssEmbly is a mock processor architecture and assembly language written in C# and running on .NET. It is designed to simplify the process of learning and writing in assembly language, while still following the same basic concepts and constraints seen in mainstream architectures such as x86.
Expand All @@ -8,8 +12,6 @@ AssEmbly was designed and implemented in its entirety by [Tolly Hill](https://gi

For the purposes of this documentation, a "character" is synonymous with a "byte".

Last revised: 2023-08-01

## Table of Contents

- [AssEmbly Language Reference](#assembly-language-reference)
Expand Down
6 changes: 4 additions & 2 deletions Documentation/Language.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
AssEmbly Language Reference

Applies to versions: 1.0.0

Last revised: 2023-08-02

Introduction

AssEmbly is a mock processor architecture and assembly language written
Expand All @@ -13,8 +17,6 @@ AssEmbly was designed and implemented in its entirety by Tolly Hill.
For the purposes of this documentation, a “character” is synonymous with
a “byte”.

Last revised: 2023-08-01

Table of Contents

- AssEmbly Language Reference
Expand Down

0 comments on commit 0510879

Please sign in to comment.