.model small
.stack 100
.data
.code
mov ah,00h
mov al,0e3h
mov dx,00h
int 14h
back: nop
l1: mov ah,03h
mov dx,00h
int 14h
and ah,01h
cmp ah,01h
jne l1
mov ah,02h
mov dx,00h
int 21h
mov dl,al
mov ah,02h
int 21h
jmb back
mov ah,4ch
int 21h
end
this a pc to pc commnication receiver program.i would like to know…
Hello, I'm studying ASM 8086 theoretically on highschool. (that means that I study ASM 8086 on a notebook, and never got to run it over a computer).
And I don't understand - what will happen if I do this:
MOV AL, F2h
ADD AL, 20h
What will the computer do? (what will be the value of AL,AX, CF,ZF?)
and what will happen if I do this:
MOV AH,F2h…
Dim dct As New Dictionary(Of ArrayList, ArrayList)
' Populate Dictionary
dct.Add(New ArrayList({"Dot", "0"}), New ArrayList({20, 30, 40, 50}))
dct.Add(New ArrayList({"Dot", "1"}), New ArrayList({120, 130, 140, 150}))
' Search in dictionary
Dim al As New ArrayList({"Dot", "2"})
If dct.ContainsKey(al) Then *' does not work*
…
I have some numbers in AH, AL, BL, BH registers.
I need to check whether there is 0 bit in each of the registers in left half of the number.
If yes, then put into check variable value 10 else -10.
How can I do this?
I tried something like that:
org 100h
check dw 0
mov ah, 11111111b
mov al, 11111111b
mov bl, 11111111b
mov bh, 11111111b
mov…
"Refer to objects by their interfaces" is a good practise, as mentioned in Effective Java.
So for example i prefer
List<String> al = new ArrayList<String>();
over
ArrayList<String> al = new ArrayList<String>();
in my code. One annoying thing is that if i type ArrayList<String> al = new and then hit…
I am trying to import a scene into my application from an fbx file.
In 3DS Max, the scene and it’s local translations are as follows:
Root (0, 0, 0)
'-Sphere001 (-15, 30, 0)
' '-Sphere002 (-2, -30, 0)
' '-Sphere003 (-30, -20, 0)
'-Cube001 (35, -15, 0)
This is the code that I am using to get the translations of each node:
…
La semana próxima con mi compañero de Lagash, RodoF, estaremos dando un Workshop de desarrollo de aplicaciones Windows Store en el MUG los dias 10, 11, y 12 de Octubre.Durante esos 3 dias haremos un repaso de la plataforma Windows 8, el diseño de aplicaciones Modern UI, y las herramientas y lenguajes que tenemos disponibles…
I have read about 'dynamic property pattern' of Martin Fowler in his site under the tag 1997 in which he used dictionary kind of stuff to achieve this pattern.
And I have come across about Expando object in c# very recently. When I see its implementation, I am able to see IDictionary implemented.
So Expando object uses…
I have an HP pavilion dv7, I'm using ubuntu 12.04 so the overheating problem with sandybridge cpu is a lot better.
However my laptop is still becoming too hot to keep on my legs.
The problem is that the fan wait too much before starting, so the medium temp is too hight.
When I'm using windows 7 the laptop is…
One of my professors says "the Syntax is the UI of a programming language", languages like ruby have great readability & its growing but we see alot of programmers productive with C\C++, so as programmers does it really matter that the syntax should be acceptable?
I would love to know your opinion on…
One of my professors says "the syntax is the UI of a programming language", languages like Ruby have great readability and it's growing, but we see a lot of programmers productive with C\C++, so as programmers does it really matter that the syntax should be acceptable?
I would love to know your opinion…
AL West
AR West
CT EAST
DC EAST
Il West
MN East
player one groupe A
player tow Groupe B
player zero Groupe D
if the Group is A and the State is AL then Phone = 0762154852
if the Group is B and the State is AR then phone = 2145632541
if the group is D and the state is MN then phone = 2589632541
…
To explain, I'm a university student who uses the VPN to access sites like Nature, PhysicsToday, etc. I have this VPN working on Windows 7 and I've got access to nearly every journal. However on my Ubuntu 12.04 partition I'm able to connect to the internet (in fact I'm typing this while connected…
I started using Ubuntu 32 bit last week. I love it but I recognized there was a problem with the cooling system. the fan doesn't stop and slightly loud all the time (that wasn't the case while running with windows 7).
I told a friend who claimed that it should be a drivers problem.
My machine is…
I want to consult you in an SEO matter which i am completely lost with,
I've built a social mobile application that allows users to share text content and made all the content that appears on the application available via the web through dedicated links, however, those links cannot be navigated…
Hi;
I have 2 db in lotus notes 7, i have full access for both, but i need to access only 1 folder in one of it, i dont need it all to be replicated .
is there any way i create a link to that folder or to make a copy and synchronize it ?
thanks
Had a minor problem with my Stock market platform. Set-up screen would freeze program. Called their tech support, got their "Linux guy", who advised remove all Java and replace, not with synaptic version, but newest Sun Java.
After removing, computer auto rebooted, and went to blue mem-test…
I am using a static wired connection. Everything was perfect.
But suddenly from few hours back I can't access any website. Dropbox, Ubuntu One also can't connect.
Ping request is also unsuccessful, but I can download through torrent. I am not trying torrent download and browsing at the…