|
|
 |
Q2. Doesn't the start of the partner 75XL/Win go well?
|
A2.
When the version of Windows95 is not beyond OSR2, you must have it go through UPDATE of RS232C, the screwdriver from the homepage of Microsoft.
You must confirm whether debugger doesn't hit COM to use when there are expansion goods and so on which RS232C such as an intestinal modem is used for.(The rivalry isn't indicated in "device manager of "propety of the system"" in this case.The rivalry is indicated when IRQ, DMM, and so on hit it.It is normal as a system even if there are four driver which COM1 is used for.)
|
Q1. It doesn't stop even if break point is set up
|
A1.
Slip in the case of the following condition
Case1.
CLR1 OFB2.3 ←Break condition establishment point
MOV A,#0H ←The point which a program stops at
Case2.
SET1 0FB4.3 ←Break condition establishment point
SET1 0FB5.0
SEL 0MB0
MOV A,#0H ←The point which a program stops at
Case3.
L00P :MOV A,@HL
・
・
・
INCS A
BR LOOP
MOV X,A ←It doesn't break even if break condition
is established in this point.
MOV XA,@HL ←Establish break condition in this point
in the case of this example. |
|