Fun With Linux Assembly Language
I enjoy programming in Assembly Language, especially under
Linux. What follows are various things I've done.
ll : linux_logo in 22 different assembly languages
- ll is a port of my
linux_logo
program into 22+ different architectures of assembly language.
tb_asm : an 8kB Linux video game in x86 assembly
- tb_asm is a video game written
entirely in x86 linux assembly language. The resulting stand-alone
executable is only 8kb.
tb_6502 : an Apple II video game written in assembly language
- tb_6502 is a video game
for Apple II computers written entire in assembly language.
dual : a binary that runs under Linux and DOS
-
dual is a quick hack that creates a Hello World binary that can run,
withouth modification, on both Linux and MS-DOS/Windows systems.
It is both an ELF and DOS COM executable at the same time. get the
source or the 150byte binary.
ascii_asm : some notes on writing pure ascii machine language
- For lack of a better place, here
are some notes on my attempts to write pure ascii x86 machine language.
AMD64 Easter Egg
- See this code which shows a neat Easter Egg
on
AMD64 systems.
Other useful sites:
Back to the VMW Software Pages
©VMW Web Design (vince _at_ deater.net) : 7 January 2009