Pusty / MiniLD71

x86 Game Binaries and partly source for F0xC (Java to x86 ASM Crosscompiler)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MiniLD71

First commit 29 Jan, 2017
Rough estimate of 3000 code lines

Controls:

Key Action
A Move Left
D Move Right
Space Jump

How to play:

  • Collect the chipsets
  • Reach the end of the level

Notes:

Entry for MiniLD71 with the theme "Retro"

Realmode kernel written in Java and crosscompiled with a self written Javabytecode to x86 assembly translater (F0xC) .

Binaries are in this repository:

  • minild_8086.bin: compiled kernel to only use orignal x86 instructions
  • minild_bpb.bin: compiled kernel build to run on modern computers
  • minild_emu.bin: compiled kernel that runs in qemu
  • minild_floppy.bin: compiled kernel build to run on floppies (not tested)

LD Submission here

Screenshot1 Screenshot2 Screenshot3

About

x86 Game Binaries and partly source for F0xC (Java to x86 ASM Crosscompiler)


Languages

Language:Java 57.4%Language:Assembly 42.6%