Skip to content

node-casl2-comet2/node-casl2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-casl2

Build Status Coverage Status

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

node-casl2 demo

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