Skip to content
This repository has been archived by the owner on Jun 27, 2018. It is now read-only.
hach-que edited this page Apr 22, 2012 · 1 revision

Frequently Asked Questions

General

What license applies to the DCPU-16 Toolchain?

DCPU-16 Toolchain is licensed under MIT.

Are there more YouTube videos?

More video tutorials will be made available at my YouTube channel.

I have a bug / suggestion / pull request. What do I do?

Bugs and suggestions can be reported at the bug tracker. Pull requests can be made after you fork the repository on GitHub; the link for this is on your repository's page.

Support

I get unknown label '_halt' when compiling my C program!

You must have bootstrap.asm in the current working directory when running the C compiler. The compiler will error if this file is not found in the future (to provide a more specific error).