User:Hogü-456/Assemblerlanguage

From Wikifunctions

This subpage is a collection of thoughts.

Assembler

A CPU is performing CPU instructions. A basic format of these instructions readable for humans is the assembly langauge. There are many different assmbler languages based on the specific architecture of the CPU.

Minimal Assembler Example

You can find at my PAWS-Profile a Spreadsheet file. This file is a small simulation of a minimal Assemblerlanguage in a folder accessible through this Link.

Web Assembly in Wikifunctions

Implementing Wikifunctions in Assemblerlanguage

At the following directory within the Wikimedia Gitlab Installation you can find a Spreadsheetfile with a simulation of a Assemblerlanguage. It simulates a simple CPU. I want to try how many Wikifunctions Functions can be implemented in such a Spreadsheet. It can maybe help implementing a very fast way of running Wikifunctions functions.