Re: Painless micro program



On Sun, 20 May 2007 09:55:18 -0700, John Larkin wrote:

There weren't many triple-operand machines around, ever.

In microprogrammable machines, three operands are almost routine,
sometimes four: src A, src B, dest, and next instruction address.

They're fun! :-)

Cheers!
Rich

.



Relevant Pages

  • Re: is strncpy useful at all?
    ... > You return a pointer to the terminating null byte of 'dest'. ... char* tstrncpy; ... void runTest(FP_STRNCPY fp, char* dest, char* src, size_t maxlen, ... runTest(tstrncpy, dest, src, sizeof src - 1, DEST_SIZE); ...
    (alt.comp.lang.learn.c-cpp)
  • Re: HLA History
    ... Well, I see that teaching people is in of itself, very dangerous. ... In C std libraries, everything is dest, src notation. ... My first programming language was actually TI-83 Calculator basic. ...
    (alt.lang.asm)
  • Very new student, Hanoi Towers
    ... public static void hanoiTower(int topN, char src, char inter, ... char dest) ... Disc 1 from A to C ...
    (comp.lang.java.help)
  • Re: Windows Assembly
    ... assembler as it's native AT&T style syntax is src, ... That's a preprocessor, not an assembler. ... What are the odds that it'll be with something that's "src, dest"? ...
    (alt.lang.asm)
  • Re: rsync
    ... ~$rsync -t src dest ... rsync -av src/ dest ... skipping directory src/. ...
    (alt.os.linux)