Re: Instr()



"Michael C" <nospam@xxxxxxxxxx> wrote in message news:uQjlibb1HHA.5532@xxxxxxxxxxxxxxxxxxxxxxx

API means application programming interface, which applies
to any function really. It's a fairly general term.

Picking a few nits today aren't you, Michael. Are you running out of arguments? Don't people want to talk to you any more? It doesn't surprise me if they don't. Besides, I don't agree with your argument anyway. I would interpret API (Application Program Interface) as relating to a set of functions that are widely available for use by almost any application on the machine, which is quite distinct from a "special to language" function such as most of the various "built in" native Visual Basic functions.

Assembler and machine code are pretty much the same thing.

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 ;-)

Mike


.



Relevant Pages

  • Re: Instr()
    ... Picking a few nits today aren't you, Michael. ... interpret API (Application Program Interface) as relating to a set of ... Try turning off your computer and writing a machine code ... big difference between machine code and Assembler. ...
    (microsoft.public.vb.general.discussion)
  • Re: signed & unsigned numbers...
    ... > form of a rhetorical question for Michael. ... At machine code level you have the carry and overflow flags ...
    (borland.public.delphi.language.basm)
  • 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)