1.0.0 • Published 7 years ago

@maxfield/node-casl2 v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

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

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

Author

Maxfield Walker

License

MIT