@maxfield/node-casl2

1.0.0 • Public • Published

node-casl2

Build Status Coverage Status

node-casl2はCASL2のCLIツールです。

Install

  1. Node.jsをインストール
  2. $ npm install -g @maxfield/node-casl2
  3. 以上

Usage

# ヘルプを表示します
$ node-casl2 --help

# ソースをコンパイルします
$ node-casl2 source.cas

# オプション付きでソースをコンパイルします
$ node-casl2 --useGR8 --enableLabelScope source.cas

# 出力ファイル名を指定してコンパイルします
$ node-casl2 source.cas -o binary.com

Compile Options

オプション 説明
--useGR8 GR8を有効な汎用レジスタとして使用します。
--enableLabelScope ラベルのスコープを有効にします。
--allowNegativeValueForEffectiveAddress 実効アドレスに負値をとることを許可します。

Author

Maxfield Walker

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @maxfield/node-casl2

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • maxfield