<!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>Analyze word (YACASL2 - CASL II 処理システム)</title> <meta name="description" content="Analyze word (YACASL2 - CASL II 処理システム)"> <meta name="keywords" content="Analyze word (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="Sample-usage.html" rel="up" title="Sample usage"> <link href="Use-CASL2LIB.html" rel="next" title="Use CASL2LIB"> <link href="Only-assemble.html" rel="prev" title="Only assemble"> <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="Analyze-word"></span><div class="header"> <p> Next: <a href="Use-CASL2LIB.html" accesskey="n" rel="next">Use CASL2LIB</a>, Previous: <a href="Only-assemble.html" accesskey="p" rel="prev">Only assemble</a>, Up: <a href="Sample-usage.html" accesskey="u" rel="up">Sample usage</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p> </div> <hr> <span id="g_t1Yu-noJie-Xi-"></span><h3 class="section">2.5 1語の解析</h3> <p>CASL IIでは、1語(1 word、16ビット)を単位としてデータが処理されます。 <code>dumpword</code>は、指定した1語を10進数、16進数、2進数で表示します。 </p> <div class="example"> <pre class="example">$ <kbd>dumpword 72</kbd> 72: 72 = #0048 = 0000000001001000 = 'H' </pre></div> </body> </html>