🦞🌯 Lobster Roll

Thread

FreeBSD: Assembly language writing tutorial (int80h.org)

Stories related to "FreeBSD: Assembly language writing tutorial" across the full archive.

FreeBSD: Assembly language writing tutorial (int80h.org)
Writing Practical, Memory Management Code with a Strictly-Typed, Assembly Language (2006) (web.yl.is.s.u-tokyo.ac.jp)
Typed Operating System can be downloaded [here](http://web.yl.is.s.u-tokyo.ac.jp/~tosh/tos/).
MikeOS - simple x86 assembly language operating system (mikeos.berlios.de)
Writing a 'trampoline' in assembly for profiling (tadeuzagallo.com)
Writing Assembly on OpenBSD (x86) (2012) (web.archive.org)
Found this as reference material on a different document. The original website is in limbo so linking the wayback machine.
TIS-100P - "the assembly language programming game you never asked for!" (itunes.apple.com)
SASM - Simple crossplatform IDE for NASM, MASM, GAS, FASM assembly languages (dman95.github.io)
Learning to Read x86 Assembly Language (patshaughnessy.net)
How to Create a Virus Using the Assembly Language (cranklin.wordpress.com)
Creating a language using only assembly language (speakerdeck.com)
How to write a simple operating system in assembly language (mikeos.sourceforge.net)
Writing ARM Assembly (azeria-labs.com)
This is part 1 of a series of writing ARM assembly.
Another tutorial for writing a Forth interpreter in assembly (Part 1) (blog.asrpo.com)
Another tutorial for writing a Forth interpreter in assembly (Part 2) (blog.asrpo.com)
Another tutorial for writing a Forth interpreter in assembly (Part 3) (blog.asrpo.com)
This is where I'll stop for the tutorial. The final version for show is https://github.com/asrp/forth_tutorial/blob/master/forth22/forth.asm
FunTAL: mixing a functional language with assembly (dbp.io)
Heap Bounded Assembly Language (2002) (homepages.inf.ed.ac.uk)
Abstract: "We present a first-order linearly typed assembly language, HBAL, that allows the safe reuse of heap space for elements of different types. Linear typing ensures the single pointer property, disallowing aliasing, but allowing safe in-place update compilation of programming languages. We pr...
The Art of Assembly Language (1996) (web.archive.org)
eBPF, Sockets, Hop Distance and manually writing eBPF assembly (blog.cloudflare.com)
Writing FreeBSD Malware (youtube.com)
Writing WebAssembly By Hand (blog.scottlogic.com)
K Semantics for Assembly Languages: A Case Study (2014) (researchgate.net)
Abstract: "Formal verification of embedded software systems often requires a low-level representation of the program under scrutiny. It is often the case that the verification tools rely on ad-hoc encodings of particular assembly language semantics. In this paper we use the KK framework to formally ...
Introduction to Computer Organization with x86-64 Assembly Language & GNU/Linux (bob.cs.sonoma.edu)
Assembly language on OpenBSD amd64+arm64 (cryogenix.net)
SubX: A minimalist assembly language for a subset of the x86 ISA (github.com)
Introduction to amd64 Assembly Language (briansteffens.github.io)
RISC-V from scratch 3: Writing a UART driver in assembly (1 / 3) (twilco.github.io)
Assembly language vs. machine code - 6502 (youtube.com)
flat assembler: an open source assembly language compiler (flatassembler.net)
Let's Learn x86-64 Assembly pt. 2 - We're Writing a Virtual Machine (gpfault.net)