Re: Instr()
- From: "Michael C" <nospam@xxxxxxxxxx>
- Date: Tue, 7 Aug 2007 19:12:47 +1000
"Mike Williams" <mikea@xxxxxxxxxxxxxxxxx> wrote in message
news:ej9xl5e1HHA.484@xxxxxxxxxxxxxxxxxxxxxxx
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.
Application programming interface means function the application uses to
achieve certain tasks. It does not specifically describe external functions.
I'd guess that you are saying that because you've never actually written
machine code.
I've done plenty of stuff for the Z80 (since 1982 i think), 8051 and a
little for the 386. I wrote my own 32 bit integer maths routines for the
8051 which is an 8 bit processor.
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 ;-)
As I said, it's all pretty much the same thing. In one case you replace the
number with a word and it calculates a few offsets for you.
Michael
.
- Follow-Ups:
- Re: Instr()
- From: Mike Williams
- Re: Instr()
- References:
- Instr()
- From: Jack
- Re: Instr()
- From: Mike Williams
- Re: Instr()
- From: Michael C
- Re: Instr()
- From: Mike Williams
- Instr()
- Prev by Date: Re: Barcode Printing Problem
- Next by Date: Re: Shortest possible one-liner to get number of days in a month
- Previous by thread: Re: Instr()
- Next by thread: Re: Instr()
- Index(es):
Relevant Pages
|
Loading