LMJargon

  1. v. Little-endian; LSB-first. Opposite of wrong-endian. Processors such as the DEC PDP-11 and VAX, the Intel 8080 and 80x86 series, and the MOS Technology 6502 are all right-endian.

  1. v. Big-endian; MSB-first. Characteristic of a CPU which doesn't allow recasting of a pointer to a scalar type into a pointer to a scalar type of a smaller size and still retain the value. For example, a pointer to a 32-bit integer with value 666 cannot be recast to a pointer to a 16-bit value without changing the value (dereferencing the new 16-bit pointer rudely accesses the high 16 bits of the original 32-bit value, giving 0). The Motorola 680x0 series of processors used in Apple Macintosh computers are wrong-endian. cf. right-endian.

  1. interj. The code I just wrote compiled, linked, and ran the first time!
  2. I told you so.
  3. Weee! We're going fast!

In all cases it is important to hold the arms above the head and let the hands flop around in an excited manner. cf. Woo

  1. bastardization n. Word Perfect, a popular word processor in the 1990s.

  1. interj. Expression of non-excitement, always spoken in a droll tone. In extreme cases, arms may be waved (in a lackluster manner) above the head. cf. Woooo

  1. [nickname] n. Eden Restaurant, a place which does not excel in the area East-Asian cuisine. See shrimp toes.

Shrimp Toes

  1. n. Yummy, greasy, battered shrimp toast buttfood available on Fridays at the Eden Restaurant.

  2. The restaurant itself. You going to shrimp toes? interj. Bellowed at lunchtime on Friday to announce a group venture. See Wok-the-dog.

  1. v. What to do with bad documentation. From an early LC2 customer (c. 1988) who said, The product worked great but was missing one component: a shredder for the manual. cf. Ship it

  1. n. n-bit to m-bit blitting for the LX microcode (n,m ⊂ {1,2,4,8,16}). See God's Own PutRaster.

  1. n. n-bit to 1-bit blitting for the LX microcode (n ⊂ {1,2,4,8}). See Shiva's Own PutRaster.