lang64k
v0.1.4
Published
lang64K is an assembly-like programming language for PC64K
Readme
lang
lang64K is an assembly-like programming language for PC64K
For docs, see docs/.
Installation
npm i -g lang64kUsage
lang64k [-f <c | hex | binary>] <files...> [-o <outfile>]-f Format
Will specify the format:
cwill output a C-style array with the ROMhexwill output a hex string with the ROMbinarywill output the raw binary
-o Output file
Will save the output to the specified file.
