9fans archive / 2001 / 06 / 501 / prev next
From: David Gordon Hogan <dhog@pla...>
Subject: Re: [9fans] sam vs acme
Date: Thu, 28 Jun 2001 19:52:19 -0400
Boyd writes:
> the only way to write code is with sam.
Ooops! You mispelled "acme"! :-)
Anyway, as we all know, ED IS THE STANDARD TEXT EDITOR:
http://www.red-eagle.com/jokes/ed.html
If you don't find that funny, well, here's a bit of code
from gcc 3.0:
static const char * const ia64_reg_numbers[96] =
{ "r32", "r33", "r34", "r35", "r36", "r37", "r38", "r39",
"r40", "r41", "r42", "r43", "r44", "r45", "r46", "r47",
"r48", "r49", "r50", "r51", "r52", "r53", "r54", "r55",
"r56", "r57", "r58", "r59", "r60", "r61", "r62", "r63",
"r64", "r65", "r66", "r67", "r68", "r69", "r70", "r71",
"r72", "r73", "r74", "r75", "r76", "r77", "r78", "r79",
"r80", "r81", "r82", "r83", "r84", "r85", "r86", "r87",
"r88", "r89", "r90", "r91", "r92", "r93", "r94", "r95",
"r96", "r97", "r98", "r99", "r100","r101","r102","r103",
"r104","r105","r106","r107","r108","r109","r110","r111",
"r112","r113","r114","r115","r116","r117","r118","r119",
"r120","r121","r122","r123","r124","r125","r126","r127"};