ibara / a80

Intel 8080/Zilog Z80 assembler written in D.

Home Page:https://briancallahan.net/blog/20210408.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hello.com: Cannot start or run due to incompatibility with 64-bit versions of Windows.

BoQsc opened this issue · comments

Operating System: Windows 10 Home

Prerequisites:

Course of action:

dub
a80.exe hello.asm
hello.com

image

image

This is as expected. This assembler generates code for the Intel 8080 (https://en.wikipedia.org/wiki/Intel_8080) which is an entirely different processor family than the x86 CPU you have in your machine.