Basic Assembly Question RE: Mouse.spin
KEggemeyer
Posts: 3
I am very new to Assembly (well, programming in general) and decided that dissecting a few programs would help me to learn the language.· Since I plan to use "Mouse.spin" in my program, I started there.· Everything was good, for a few lines at least...
On line #222 where the purpose is to modify the port registers, what is the purpose/affect of "_d1" in that line?· I know that "_d1" is a label (line #360), but I don't understand the affect of putting a label here.··Is this documented somewhere in the "Propeller Manual" or "Exploring the SX" that I've missed?··
On line #222 where the purpose is to modify the port registers, what is the purpose/affect of "_d1" in that line?· I know that "_d1" is a label (line #360), but I don't understand the affect of putting a label here.··Is this documented somewhere in the "Propeller Manual" or "Exploring the SX" that I've missed?··
Comments