Skip to content

Docker based solution for 8051 Cross-Assembler by MetaLink Corporation

Notifications You must be signed in to change notification settings

xd2/metalink-asm51

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

delivery status

Metalink asm51

Docker based solution for the MetaLink 8051 Cross-Assembler.

Usage

docker run -v $(pwd):/data xxd3v/metalink-asm51 asm51 passing.asm failing.asm

The examples above maps a docker /data volume to your working directory containing source files.
Asm51 will assemble each given FILE, writing FILE.LOG,FILE.LST,FILE.HEX into the shared volume.

Use locally

Build it

docker build -t metalink8051 .

Run it

docker run -it -v $(pwd):/data metalink8051 asm51 passing.asm failing.asm

About

Docker based solution for 8051 Cross-Assembler by MetaLink Corporation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published