<div dir="ltr">Well, based on what other people said, I think this is:<div><br></div><div><span style="font-size:12.8000001907349px">| f |</span><br style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px">f := Float new.</span><br style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px">f at: 2 put: 1.</span><br style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px">WordArray adoptInstance: f.</span><br style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px">f first = 1 ifTrue: [#little] ifFalse: [#big]</span><br></div><div><span style="font-size:12.8000001907349px"><br></span></div><div style>Thanks for your answers.</div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-03-18 21:08 GMT+01:00 stephane ducasse <span dir="ltr">&lt;<a href="mailto:stephane.ducasse@gmail.com" target="_blank">stephane.ducasse@gmail.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> <br><div style="word-wrap:break-word"><br><div><blockquote type="cite"><div style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><blockquote type="cite">Do you have a magic invocation that would not involved graphic objects?<br>What would be cool is to have vm parameter or something like that. We want to reduce the dependencies in the core.<span> </span><br><br>At least it doesn&#39;t use BitBlt.  Its got much less dependencies than the existing code and is much simpler.  Isn&#39;t that worth something?<br></blockquote><br>No need to use Bitmap if that’s a real problem - make a trivial class that is ArrayedCollection variableWordSubclass:#EndianTestThing and use that.<br></div></blockquote><div><br></div>How?</div><div>By construction if I asked this is that I did not know.</div><div><br></div><div>Stef</div><div><br><blockquote type="cite"><div style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><br><br>tim<br>--<br>tim Rowledge;<span> </span><a href="mailto:tim@rowledge.org" target="_blank">tim@rowledge.org</a>;<span> </span><a href="http://www.rowledge.org/tim" target="_blank">http://www.rowledge.org/tim</a><br>Strange OpCodes: AG: Add Gibberish</div></blockquote></div><br></div><br></blockquote></div><br></div>