intel8080 0.19.0

Yet another Intel 8080 Emulator.
Documentation
1
2
3
4
5
6
7
8
.target "8080"
.format "bin"
.org $100

        mvi     a,$0f
@loop   dcr     a
        jnz     @loop
        ret