Perdu / PixXxeL

A game entirely written in MASM 8086 asm

Home Page:https://ploudseeker.com/pixxxel/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PixXxeL

A game entirely written in x86 asm.

Screenshot of level 1

Run

This is coded in a binary format only recognized by Windows up to Windows XP, so you need an emulator. Fortunately, DOSBox works perfectly and all you need to do is:

dosbox pixel.com

Recompile / reassemble

This program is written in MASM 8086 assembly. You need a MASM-compatible assembler to "recompile" (assemble) it, and this is quite difficult to find nowadays, at least on linux. I tested jwasm, but it did not produce a usable executable.

The project was originally assembled with RadAsm on Windows.

Notes

Coded in 2009-2010 by CĂ©lestin Matte. This was a 2nd-year bachelor student project.

Visualize with tab size set to 4.

More screenshots: https://ploudseeker.com/pixxxel/

About

A game entirely written in MASM 8086 asm

https://ploudseeker.com/pixxxel/

License:GNU General Public License v3.0


Languages

Language:Assembly 100.0%