Skip to content

toptensoftware/bin2tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bin2tap - Microbee Binary to TAP file converter

A simple command line tool for converting Microbee binary images to TAP files.

Download

Download here:

Requires:

  • Windows and .NET 4.0 or later
  • Linux/OSX with Mono 2.8 or later (not tested, should work)

Usage

bin2tap source.bin destination.tap [options] [@responsefile]

Options:

--name:N               File name (max 6 chars), default = input file name
--type:[M|B]           File type - M=machine code, B=Basic, default=M
--loadaddr:N           Load address, default=0x0400
--startaddr:N          Start address (entry point), default=0x0400
--baud:300|1200        How to set the speed indicator in the header, default=1200
--autostart:Y|N        Auto start or not, default=Yes for machine files, No for Basic
--help                 Show these help instruction
--v                    Show version information

Example

bin2tap robotf.bin --loadaddr:0x0400 --startaddr:0x1983

About

Microbee binary to tape file converter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages