OcttKB/Wiki-OcttKB/tiddlers/Normal/_Assembly language.tid

17 lines
899 B
Plaintext
Raw Normal View History

2023-11-19 17:48:44 +01:00
created: 20231119143717311
creator: Octt
2023-12-24 01:23:45 +01:00
modified: 20231223233512593
2023-11-19 17:48:44 +01:00
modifier: Octt
tags:
title: Assembly language
<<^wikipediaframe "Assembly language">>
* [[armips assembler|https://github.com/Kingcom/armips]] --- //assembler for various ARM and MIPS platforms//
2023-12-24 01:23:45 +01:00
* [[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
2023-11-24 00:46:43 +01:00
* [[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]]
* [[Referencing operands/parameters in GNU assembler macros?|https://stackoverflow.com/questions/19764952/referencing-operands-parameters-in-gnu-assembler-macros]] --- just prepend backslash to the name, e.g. `\operand`