OcttKB Cross-Repo Sync (HTML to Raw)

This commit is contained in:
2023-12-24 00:23:45 +00:00
parent afab887b00
commit 7eb1abe395
28 changed files with 127 additions and 30 deletions

View File

@@ -1,6 +1,6 @@
created: 20231119143717311
creator: Octt
modified: 20231123234234466
modified: 20231223233512593
modifier: Octt
tags:
title: Assembly language
@@ -8,7 +8,7 @@ title: Assembly language
<<^wikipediaframe "Assembly language">>
* [[armips assembler|https://github.com/Kingcom/armips]] --- //assembler for various ARM and MIPS platforms//
* [[ABC: A C compiler for printable x86|http://tom7.org/abc/]] --- includes a paper encoded as an executable with this setup, and a full YT video
* [[ABC: A C compiler for printable x86|http://tom7.org/abc/]] --- includes a paper encoded as an executable with this setup (PAPER.EXE), and a full YT video
* [[AA86 - Symbolic assembler demo|https://utf-8.jp/public/sas/index.html]] --- generates 8086 executables made of only cute printable characters, from ASM
* [[Programming in assembly language tutorial|https://github.com/mschwartz/assembly-tutorial]]