Re: Instr()



On Fri, 3 Aug 2007 17:50:29 +0100, "Mike Williams"
<mikea@xxxxxxxxxxxxxxxxx> wrote:
in <ej9xl5e1HHA.484@xxxxxxxxxxxxxxxxxxxx>


I'd guess that you are saying that because you've never actually written
machine code. Try turning off your computer and writing a machine code
routine with a pencil and a little notebook in such a way that the numbers
you come up with will work and perform your desired task if you dump them
straight into memory and point the processor at them and you'll see a very
big difference between machine code and Assembler. Assembler is machine code
for wimps ;-)

And you could also say that machine code is microcode for wimps. :-) I
recall back in the eighties doing 128 bit microcode where all sorts of
stuff was going on in parallel. It was fascinating but I have no desire
to revisit it. Assembler, however was great fun.

---
Stefan Berglund
.



Relevant Pages

  • Re: Instr()
    ... Microcode was used only during the design of the chip and was not accessible thereafter on most machines on which that processor was installed. ... I meant that writing machine code can be done either with or without the help of an Assembler, and that writing it without the help of an Assembler is a quite different and much harder task than using an Assembler. ...
    (microsoft.public.vb.general.discussion)
  • Re: Time Gets Near For Agamemnon To Go
    ... Who needs an assembler when you've memorised the entire Z80 ... compiler is the last thing you would use. ... writing it directly in machine code. ... no. Aggy hasn't looked at compiler optimization at all. ...
    (rec.arts.drwho)
  • Re: translating Python to Assembler
    ... program in machine code, which is all 1's and 0's. ... assembler has to be compiled in order to convert the opcodes to ... IMHO this "compilation" if trivial compared to HLL ... since it's just a translation from opcodes to numbers ...
    (comp.lang.python)
  • Re: Instr()
    ... Microcode was used only during the design of the chip and was not accessible thereafter on most machines on which that processor was installed. ... I meant that writing machine code can be done either with or without the help of an Assembler, and that writing it without the help of an Assembler is a quite different and much harder task than using an Assembler. ...
    (microsoft.public.vb.general.discussion)
  • Re: C90 penetration
    ... machine code, not be an interpreter. ... commercial forth compilers started producing machine code. ... is the freely-available MVS implementation of forth such ... more portable than assembler -- in theory, all you have to do is ...
    (comp.lang.c)

Loading