tool-basck

Processes BASIC binary files with z88dk-basck control and map modes.

1.1k|206|Updated Mar 16, 2016
One-click install
npx skills add https://github.com/z88dk/z88dk --skill tool-basck-z88dk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tool-basck
Source: https://github.com/z88dk/z88dk/tree/main/.agents/skills/tool-basck
Command: npx skills add https://github.com/z88dk/z88dk --skill tool-basck-z88dk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Developers targeting Z80 machines with z88dk need a way to inspect and process BASIC token files, and this Skill provides the condensed reference for the z88dk-basck host utility. ## Core Features & Use Cases - BASIC Token Processing: Run z88dk-basck against BASIC binary files using its -ctl or -map modes. - Condensed Reference: Provides the usage syntax basck <-ctl|-map> basic.bin drawn from the z88dk wiki. - Use Case: When building a Z80 target program that embeds BASIC listings, use this Skill to recall the correct basck invocation and its relationship to the zcc driver front end. ## Quick Start Ask how to run z88dk-basck on a BASIC binary file and which mode flag to use.

Frequently Asked Questions about tool-basck

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I use z88dk-basck on a BASIC file?

Run z88dk-basck with the syntax basck <-ctl|-map> basic.bin, choosing either the -ctl or -map mode followed by the BASIC binary file. It is a host utility in the z88dk toolchain for BASIC-related target tooling.

What is z88dk-basck used for in Z80 development?

z88dk-basck is a BASIC-related host utility in the z88dk development kit for Z80 and 8080 machines. It processes BASIC binary files through its control or map modes as part of target tooling workflows.

Does z88dk-basck work with the zcc compiler front end?

Yes, z88dk-basck relates to the zcc driver front end within the z88dk toolchain. Normal compilations go through zcc, while basck is invoked specifically for BASIC-related target tooling tasks.

What are the limitations of z88dk-basck?

z88dk-basck is a single-purpose BASIC token helper limited to its -ctl and -map modes on BASIC binary files. It is not a general compiler and should not be invoked directly for normal C or assembly compilations, which go through zcc.