root/doc/manual_html/Overview.html

/* [<][>][^][v][top][bottom][index][help] */
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Copyright (C) 2010-2023 j8takagi -->
<!-- Created by GNU Texinfo 6.7, http://www.gnu.org/software/texinfo/ -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Overview (YACASL2 - CASL II 処理システム)</title>

<meta name="description" content="Overview (YACASL2 - CASL II 処理システム)">
<meta name="keywords" content="Overview (YACASL2 - CASL II 処理システム)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<link href="index.html" rel="start" title="Top">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
<link href="index.html" rel="up" title="Top">
<link href="Sample-usage.html" rel="next" title="Sample usage">
<link href="index.html" rel="prev" title="Top">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
kbd {font-style: oblique}
pre.display {font-family: inherit}
pre.format {font-family: inherit}
pre.menu-comment {font-family: serif}
pre.menu-preformatted {font-family: serif}
span.nolinebreak {white-space: nowrap}
span.roman {font-family: initial; font-weight: normal}
span.sansserif {font-family: sans-serif; font-weight: normal}
ul.no-bullet {list-style: none}
-->
</style>
<link rel="stylesheet" type="text/css" href="style.css">


</head>

<body lang="ja_JP">
<span id="Overview"></span><div class="header">
<p>
Next: <a href="Sample-usage.html" accesskey="n" rel="next">Sample usage</a>, Previous: <a href="index.html" accesskey="p" rel="prev">Top</a>, Up: <a href="index.html" accesskey="u" rel="up">Top</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p>
</div>
<hr>
<span id="YACASL2noGai-Yao-"></span><h2 class="chapter">1 YACASL2の概要</h2>

<p>YACASL2は、UNIXやLinuxのコマンドラインインターフェイスで
動作するオープンソースのCASL II処理システムです。
CASL IIは情報処理試験で用いられるアセンブラ言語で、
次の資料により仕様が公開されています。
</p>
<blockquote>
<p><a href="https://www.ipa.go.jp/shiken/syllabus/ps6vr7000000i9g3-att/shiken_yougo_ver4_3.pdf">情報処理技術者試験 情報処理安全確保支援士試験 試験で使用する情報技術に関する用語・プログラム言語など Ver 4.3</a>[PDFファイル] <br>
別紙2 アセンブラ言語の仕様(5ページから12ページまで)
</p></blockquote>

<p>YACASL2は、CASL IIアセンブラ言語で記述されたファイルをアセンブルし、
仮想マシンCOMET II上で実行します。
アセンブルと実行は、連続で行うこともできますし、
アセンブル結果をファイルに保存してあとから実行することもできます。
YACASL2の動作はCASL IIの仕様に準拠しているため、情報処理試験の問題を
はじめ各種参考書やサイトに記載されたCASL IIのプログラムを
そのままアセンブルして実行できます。
また、本パッケージ中にCASL IIのサンプルプログラムが多数収録されています。
</p>
<p>YACASL2は、「ふつうの処理系」として動作します。
YACASL2の操作は、端末上のコマンドラインインターフェイス(CLI)で操作します。
YACASL2は、次のような動作内容をすべてテキストで出力します。
</p>
<ul>
<li> ラベルとアドレスの対応

</li><li> アセンブル結果

</li><li> 実行時のレジスタの内容

</li><li> 実行時のメモリの内容
</li></ul>

<p>YACASL2では、機械コードモニターを使い、動作中のCPUやメモリーを調べたりデバッグしたりすることもできます。
</p>
<p>また、出力された動作内容は、GNU/Linuxのさまざまなコマンド、
たとえば、<code>cat</code>、<code>less</code>、<code>grep</code>、<code>wc</code>などを使って解析できます。
</p>





</body>
</html>

/* [<][>][^][v][top][bottom][index][help] */