<html>
<head>
<meta content="text/html; charset=ISO-8859-2"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 28. 4. 2014 10:02, Pavel Troller
wrote:<br>
</div>
<blockquote cite="mid:20140428080212.GA32464@tangens.sinus.cz"
type="cite">
<pre wrap="">Zdravím,
</pre>
<blockquote type="cite">
<blockquote type="cite">
<pre wrap="">Nebo musíme konstatovat, ?e takovou trivialitu v gasu napsat
nelze ?
</pre>
</blockquote>
<pre wrap="">
<a class="moz-txt-link-freetext" href="https://sourceware.org/binutils/docs-2.24/as/Characters.html">https://sourceware.org/binutils/docs-2.24/as/Characters.html</a> :
String constants (properly called string literals) are potentially many
bytes and their values may not be used in arithmetic expressions.
</pre>
</blockquote>
<pre wrap="">
Hmm.
</pre>
</blockquote>
<br>
.irpc nam dava jednoznakove one, takze vo vyraze by sa pouzit mali
dat: There are two kinds of character constants. A <u>character</u>
stands
for one character in one byte and its value may be used in
numeric expressions.<br>
<br>
Takze problem nie je v citovanej palici, ale tam, kde ste ho nasli
vy - syntakticka nemoznost pouzit parameter ako znakovy literal.<br>
<br>
Mozno sa to pre vas pripad da obist:<br>
<br>
.set AV_CNT,0<br>
.irpc CCC, "ABCDEFGHIJKLMNOPQRSTUVWXYZ"<br>
.set AV_\CCC, AV_CNT<br>
.set AV_CNT, AV_CNT + 1<br>
.endr<br>
<br>
<br>
.macro _KEYTEXT TEXT<br>
.irpc CHR, "\TEXT"<br>
.byte AV_\CHR<br>
.endr<br>
.endm<br>
<br>
_KEYTEXT HELLO<br>
<br>
Skarede, definuje to 27 symbolov, ale hadam funkcne.<br>
<br>
-m-<br>
<pre wrap="">
_______________________________________________
HW-list mailing list - sponsored by <a class="moz-txt-link-abbreviated" href="http://www.HW.cz">www.HW.cz</a>
<a class="moz-txt-link-abbreviated" href="mailto:Hw-list@list.hw.cz">Hw-list@list.hw.cz</a>
<a class="moz-txt-link-freetext" href="http://list.hw.cz/mailman/listinfo/hw-list">http://list.hw.cz/mailman/listinfo/hw-list</a>
</pre>
<blockquote cite="mid:20140428080212.GA32464@tangens.sinus.cz"
type="cite">
<pre wrap="">_______________________________________________
HW-list mailing list - sponsored by <a class="moz-txt-link-abbreviated" href="http://www.HW.cz">www.HW.cz</a>
<a class="moz-txt-link-abbreviated" href="mailto:Hw-list@list.hw.cz">Hw-list@list.hw.cz</a>
<a class="moz-txt-link-freetext" href="http://list.hw.cz/mailman/listinfo/hw-list">http://list.hw.cz/mailman/listinfo/hw-list</a>
</pre>
</blockquote>
<br>
</body>
</html>