Creative Firmware Comments

Discuss anything and everything. Keep it clean (or else).
muntoo
Posts: 834
Joined: 01 Oct 2010, 02:54
Location: Your Worst Nightmare
Contact:

Creative Firmware Comments

Post by muntoo »

Code: Select all

ULONG cCmdBinop(CODE_WORD const Code, ULONG LeftOp, ULONG RightOp, TYPE_CODE LeftType, TYPE_CODE RightType)
{
  UBYTE opCode;

  opCode = OP_CODE((&Code));

  switch (opCode)
  {

    /* ... */

    case OP_DIV:
    {
      //Catch divide-by-zero for a portable, well-defined result.
      //(x / 0) = 0. Thus Spake LOTHAR!! (It's technical.)
      if (RightOp == 0)
        return 0;

      /* ... */
    }

    /* ... */
  }
}
Thus spake Zarathustra!
Image

Commit to LEGO Mindstorms Robotics Stack Exchange:
bit.ly/MindstormsSE


Commit to LEGO Stack Exchange: bit.ly/Area51LEGOcommit
HaWe
Posts: 2500
Joined: 04 Nov 2014, 19:00

Re: Creative Firmware Comments

Post by HaWe »

what exactly do you want?
muntoo
Posts: 834
Joined: 01 Oct 2010, 02:54
Location: Your Worst Nightmare
Contact:

Re: Creative Firmware Comments

Post by muntoo »

Nothing. Just telling you what Zarathustra said. (And wondering if John or someone else wrote that.)
Image

Commit to LEGO Mindstorms Robotics Stack Exchange:
bit.ly/MindstormsSE


Commit to LEGO Stack Exchange: bit.ly/Area51LEGOcommit
HaWe
Posts: 2500
Joined: 04 Nov 2014, 19:00

Re: Creative Firmware Comments

Post by HaWe »

what is the intention of your post "alias Zarathustra"?
Is it just nonsense or is there any sense in it?
mightor
Site Admin
Posts: 1079
Joined: 25 Sep 2010, 15:02
Location: Rotterdam, Netherlands
Contact:

Re: Creative Firmware Comments

Post by mightor »

Doc,

If this thread bothers you, I suggest you move onto the next one. It's not important, it's off-topic, as the name of sub-forum suggests.

Please move on, there's nothing to see here.

- Xander
| My Blog: I'd Rather Be Building Robots (http://botbench.com)
| RobotC 3rd Party Driver Suite: (http://rdpartyrobotcdr.sourceforge.net)
| Some people, when confronted with a problem, think, "I know, I'll use threads,"
| and then two they hav erpoblesms. (@nedbat)
HaWe
Posts: 2500
Joined: 04 Nov 2014, 19:00

Re: Creative Firmware Comments

Post by HaWe »

Thank you for your nice advice.
muntoo
Posts: 834
Joined: 01 Oct 2010, 02:54
Location: Your Worst Nightmare
Contact:

Re: Creative Firmware Comments

Post by muntoo »

doc-helmut wrote:what is the intention of your post "alias Zarathustra"?
Is it just nonsense or is there any sense in it?
And you call yourself German? :) Did you watch the video? The 'song' was Also sprach Zarasthustra.
Image

Commit to LEGO Mindstorms Robotics Stack Exchange:
bit.ly/MindstormsSE


Commit to LEGO Stack Exchange: bit.ly/Area51LEGOcommit
spillerrec
Posts: 358
Joined: 01 Oct 2010, 06:37
Location: Denmark
Contact:

Re: Creative Firmware Comments

Post by spillerrec »

Does anyone know the origin of the phrase? (the LOTHAR!! one)
My blog: http://spillerrec.dk/category/lego/
RICcreator, an alternative to nxtRICeditV2: http://riccreator.sourceforge.net/
bullestock
Posts: 27
Joined: 29 Sep 2010, 19:34
Location: Denmark
Contact:

Re: Creative Firmware Comments

Post by bullestock »

spillerrec wrote:Does anyone know the origin of the phrase? (the LOTHAR!! one)
Not me, but I'm sure Lothar does.
HaWe
Posts: 2500
Joined: 04 Nov 2014, 19:00

Re: Creative Firmware Comments

Post by HaWe »

mun2:
of course I know Friedrich Nietzsche's philosophical work "Also sprach Zarathustra",
and Richard Strauss' sinfonic poem by the same title,
and of COURSE I know Stanley Kubrick's movie "2001 - Space Odyssee" (probably longer than you are in the world), based on Arthur C. Clarke's novel.

But what in the world is that about your code and "Lothar" (...?) and what do you want to tell us by this?

(sry Xander, I'm simply too curious...)
Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests