Displaying 3 results from an estimated 3 matches for "1bh".
Did you mean:
1b
2009 Aug 10
2
PROMPT=0/ESCAPE key SERIAL fun
...r_key_serial:
+ mov dx,[SerialPort] ; No serial port -> no input
+ and dx,dx
+ jz check_for_key
+; call pollchar
+; jz check_for_key
+ call reset_idle
+ call getchar
+ cmp al,1Bh ; <ESC>
+ je enter_command
check_for_key:
test byte [KbdFlags],5Bh ; Shift Alt Caps Scroll
jnz enter_command
----
Now, if I hold the escape[1] key down on boot from the serial port it
works great. The problem is tha...
2017 Apr 22
2
LLVM Optimizations strange behavior/bug
...*) proc near ; CODE XREF: main+5p
.text:0000000000400570 mov cs:byte_60106F, 54h
.text:0000000000400577 mov cs:byte_60106E, 0CDh
.text:000000000040057E mov cs:byte_60106D, 0BFh
.text:0000000000400585 mov cs:byte_60106C, 1Bh
.text:000000000040058C mov cs:byte_60106B, 0E4h
.text:0000000000400593 mov cs:byte_60106A, 28h
.text:000000000040059A mov cs:byte_601069, 56h
.text:00000000004005A1 mov cs:byte_601068, 0ACh
.text:00000000004005A8...
1999 Oct 25
0
SAMBA digest 2283
...The first is a gui tool called
> browmon.exe. The second is a console util called browstat.exe. I've
> personally never had luck with browstat, but browmon seems to work well.
>
> Another NT related tip if you are running wins - look for the entry in
> the WINS DB with the "1bh" indicator - that's the master browser. As I
> recall, a NBTSTAT -a <machinename> will also show an entry for
> "..__MSBROWSE__." on the browser machine.
>
>
> Giulio Orsero wrote:
> >
> > On Sat, 23 Oct 1999 20:00:02 +1000, hai scritto:
> >...