0 1 2
124
27.12.2025
```
; _______________________________________________________________________________________
;| FreshLib String Processing Tutorial: Demo 01 - String Creation and Deletion
;|_______________________________________________________________________________________|...
126
27.12.2025
# Tutorial 01: StrLib Basics

## Overview

This tutorial covers the fundamental operations of FreshLib's string...
# FreshLib Beginer Tutorial Series

A comprehensive tutorial series for learning FreshLib capabilities in x86 assembly...
## How RenderTemplate Works

**RenderTemplate** is AsmBB's template rendering engine that processes template files containing special...
**Project Overview:**
AsmBB (a forum engine) and FreshLib (its underlying standard library) are written in pure...
### **1. Overview: What is a Buffer Gap?**

The **Buffer Gap** is a data structure used...
335
24.11.2025
;begin
Feature	              Standard Markdown                MiniMag Assembly

Inline Link	          [Text](URL)	                   [URL][Text]
Reference Link        [Text][ID]	                   [ID][Text]
Auto-link	          <URL>...
The `TranslateMiniMag` function, written in assembly language, is designed to **convert text formatted with a custom...
This assembly file, `engine.asm`, is the main entry point and core engine for **AsmBoard**, a message...
0 1 2