SDKPro_3012.exe The PRO
version for Windows includes a C++ compiler, but does not support the
B2C BASIC compiler
SDK_2112_Std.exe
The standard version (use this for compatibility with
B2C ) includes a C compiler.
cybiko_sdk_2.1.13.i386.rpm
The standard version for Linux
The SDK contains:
-
Make Utility
-
Compiler driver
vcc reads a C source file and feeds it to the preprocessor, compiler, assembler
and, if necessary, the filer.
-
The Preprocessor
vcpp reads a C/C++ source file, expands macros and include files, and writes
an input file for the C/C++ compiler. vcpp mostly conforms to the ANSI C
standard.
-
The C++ Compiler (PRO version only)
vcp1.exe reads a C++ file after it has been preprocessed, performs optimization,
and generates an input assembler file.
-
The C Compiler
vcc1.exe reads a C file after it has been preprocessed, performs optimization,
and generates an input assembler file. The compiler does not generate native
code for the HITACHI processor. For more details see Cybiko Bytecode Interpreter
-
The Assembler
vas is intended to translate assembler-language instructions into
bytecodes suitable for Cybiko Bytecode Engine.
-
The Linker
-
The Library Manager
-
The Debugger (beta)
Very twitchy... Follow the help exactly. Try the
emulator
-
Cybiko Bytecode Interpreter
The actual machine language of the Cybiko. This bytecode is executed in the
H8 microcontroller in place of H8 machine code.
-
Utilities:
-
2music import .MIDI (Pro only)
-
mus2txt / t2mf export .MIDI
-
2pic import bmp|dib|fli|flc|cel
-
filer compression
Also: