diff --git a/Documentation/Language.docx b/Documentation/Language.docx index 4e04a58..40a5ba5 100644 Binary files a/Documentation/Language.docx and b/Documentation/Language.docx differ diff --git a/Documentation/Language.html b/Documentation/Language.html index e670f97..c4b2dde 100644 --- a/Documentation/Language.html +++ b/Documentation/Language.html @@ -61,7 +61,7 @@ max-width: 100%; } svg { - height; auto; + height: auto; max-width: 100%; } h1, h2, h3, h4, h5, h6 { @@ -173,8 +173,8 @@

AssEmbly Language Reference

-

Applies to versions: 1.1.0

-

Last revised: 2023-08-20

+

Applies to versions: 1.1.0 - 1.1.1

+

Last revised: 2023-08-26

Introduction

AssEmbly is a mock processor architecture and assembly language written in C# and running on .NET. It is designed to simplify the diff --git a/Documentation/Language.md b/Documentation/Language.md index c5b8a9a..30ba550 100644 --- a/Documentation/Language.md +++ b/Documentation/Language.md @@ -1,8 +1,8 @@ # AssEmbly Language Reference -Applies to versions: `1.1.0` +Applies to versions: `1.1.0` - `1.1.1` -Last revised: 2023-08-20 +Last revised: 2023-08-26 ## Introduction diff --git a/Documentation/Language.txt b/Documentation/Language.txt index aa38c52..f6574b8 100644 --- a/Documentation/Language.txt +++ b/Documentation/Language.txt @@ -1,8 +1,8 @@ AssEmbly Language Reference -Applies to versions: 1.1.0 +Applies to versions: 1.1.0 - 1.1.1 -Last revised: 2023-08-20 +Last revised: 2023-08-26 Introduction