|
|
What is a control line?
Hi like to find out what is a control line? And how we find out how
many control line a computer required while writting a machine code?
|
|
0
|
|
|
|
Reply
|
hockz
|
12/14/2003 7:21:57 PM |
|
"Tianfu" <hockz@hotmail.com> wrote in message
news:e8bde602.0312140658.294b6cb0@posting.google.com...
> Hi like to find out what is a control line?
Generally a "control" line is one which doesn't carry data, but carries a
signal which controls the device.
As an example, a simple old-style parallel printer interface will have seven
or eight data lines, for sending the characters to be printed, plus several
other lines to signal things like out-of-paper, ready-for-next-character,
and so on. Once these arrive at the computer, however, they frequently
become data. You might read the status port on the printer interface to
find out if the out-of-paper line is active, for instance.
For the processor itself, there are often control lines going out (like
address strobes or read/write selectors) and / or going in (such as wait or
interrupt signals).
> And how we find out how many control line a computer
> required while writting a machine code?
But this makes me wonder if we're talking about the same thing. I know on a
few assemblers I've used there are so-called "control lines" which are used
to configure the aseembler. Most folks call them assembler directives or
instructions (because they're instructions to the assembler itself rather
than instructions destined for the computer). The ORG (origin) statement is
a classic example used in a wide variety of assemblers. For x86 ones (our
topic here) the ASSUME directive is a good example.
Which sort of control line were you asking about? Or did you have something
else entirely in mind?
- Bill
|
|
0
|
|
|
|
Reply
|
Bill
|
12/14/2003 8:17:46 PM
|
|
|
1 Replies
817 Views
(page loaded in 0.042 seconds)
Similiar Articles: What is a control line? - comp.lang.asm.x86Hi like to find out what is a control line? And how we find out how many control line a computer required while writting a machine code? ... Wordwrap a multiline edit control - comp.os.ms-windows.programmer ...I have a multiline edit-control. When a user type more than 40 characters on the the line should word wrap to the next line. I tried the example a... tooltalk, CDE, dtterm, and memory - comp.unix.solarisWhat is a control line? - comp.lang.asm.x86 dtterm won't open - comp.unix.solaris What is a control line? - comp.lang.asm.x86 tooltalk, CDE, dtterm, and memory - comp.unix ... RS485 CRC8 checksum - comp.dspWhat is a control line? - comp.lang.asm.x86 RS485 CRC8 checksum - comp.dsp * * * * Added checksum generation and changed to 20 bytes * * per line 18Dec00 ... ActiveHome vs Firecracker? I want to use java x10 api to control ...What is a control line? - comp.lang.asm.x86 ActiveHome vs Firecracker? I want to use java x10 api to control ... My goal is to automate my house and be able to control ... Which Assembler? - comp.lang.asm.x86What is a control line? - comp.lang.asm.x86 Most folks call them assembler directives or instructions (because they're instructions to the assembler itself rather than ... Bright horizontal line -- what causes? - comp.sys.ibm.pc.hardware ...Occasionally, the image will contract to a blindingly bright horizontal line in ... and it's been a long, long time), this suggests one of the vertical control ... What is 'drive strength' for? (Spartan 3) - comp.arch.fpga ...... recently was done in Cincinnati, Ohio, and used Spartan 3 demo kits to control banks ... is a useful feature offerred in the Virtex line, >>but not in the Spartan line ... Purpose of construction lines - comp.cad.solidworksWill someone please explain the principle behind making a line a "construction ... Another example might be where guage points out in space control things but are hard ... grep help with control chars - comp.unix.solarisyou can use control-v (^v) or whatever the stty value for 'lnext' is to escape a control character and embed it in the command line/file. % grep ^v^c file would show ... Control line - Wikipedia, the free encyclopediaControl line (also called U-Control) is a simple and light way of controlling a flying model aircraft. The aircraft is connected to the operator by a pair of lines ... What is control line?Control Line is the method by which a person can input direction and therefore control a moving model aircraft. In it's simplest form 2 lines are used, one is called ... 7/23/2012 5:22:15 AM
|
|
|
|
|
|
|
|
|