MiniMagAsm

Update of "MiniMagAsm"
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: d1bbcee9d89193cdbe359c23f86734213c1b07fd
Page Name:MiniMagAsm
Date: 2016-12-23 20:38:53
Original User: johnfound
Parent: 4553d835aa7f81869b64e83e5ce412306f17456f (diff)
Content

This project is an ultra-lightweight content management system, implemented entirely in assembly language.

MiniMagAsm is portable CGI application, able to work on Win32 and Linux web servers.

The whole system is written entirely in x86 assembly language, using FreshLib - portable assembly language library and Fresh IDE with FASM compiler.

MiniMagAsm is installed and used as my home page CMS. You can see it in action on https://asm32.info.

Another site using MiniMagAsm is https://fresh.flatassembler.net


In order to compile MiniMagAsm you will need the latest FreshLib, because the library is developed in parallel with MiniMagAsm and it uses some of the newest library features.

You can download FreshLib from Fresh repository. Check out the latest FreshLibDev branch.