Click here to Skip to main content
15,914,014 members
Home / Discussions / Mobile
   

Mobile

 
AnswerRe: How to pass parameters to a running program? Pin
Johann Gerell2-Aug-04 21:22
Johann Gerell2-Aug-04 21:22 
QuestionHow auto configure the 802.11 wireless lan adaptor Pin
Member 119359929-Jul-04 13:29
Member 119359929-Jul-04 13:29 
GeneralClicked Event on TextBox Pin
George Papadopoulos29-Jul-04 1:30
George Papadopoulos29-Jul-04 1:30 
GeneralScrollable window in vertical and honzontal direction Pin
ting66828-Jul-04 16:48
ting66828-Jul-04 16:48 
QuestionIs It Possible? Pin
Anonymous28-Jul-04 0:05
Anonymous28-Jul-04 0:05 
AnswerRe: Is It Possible? Pin
Cedric Moonen5-Aug-04 1:28
Cedric Moonen5-Aug-04 1:28 
Questionwhat is .lnk file?? Pin
NewtonOfComputers23-Jul-04 22:47
NewtonOfComputers23-Jul-04 22:47 
AnswerRe: what is .lnk file?? Pin
LittleYellowBird26-Jul-04 5:17
LittleYellowBird26-Jul-04 5:17 
Hi,

I am more of an embedded programmer so I this may not be correct for your situation but this is my experience from the past.

'.lnk' files are normally link files, they tell the linker how to join (link) different modules of code, in the old days programmers wrote their own link files, but it is often done by the programming environment now.

'.obj' files are object files, they are intermediate files generated from the aseembler prior to being linked together to form the final program.

Op Code
From your example 'Mov 70h,#29h', 75 will be the 'op code' for the instruction 'Mov', the source & destination are added to the end of it ie 75,70,29 = 757029
So the result for 'mov r1,#20h' will be 75,??,20 where ?? = the address (index) of r1.

Hope this helps a bit.

Ali
QuestionHow to Refresh a Window on the Today Screen periodically ? Pin
smoh23-Jul-04 9:47
smoh23-Jul-04 9:47 
AnswerRe: How to Refresh a Window on the Today Screen periodically ? Pin
GDavy29-Jul-04 0:15
GDavy29-Jul-04 0:15 
GeneralRe: How to Refresh a Window on the Today Screen periodically ? Pin
smoh29-Jul-04 4:33
smoh29-Jul-04 4:33 
QuestionWindows XP firewall influence the traffic of activesync? Pin
ting66820-Jul-04 22:40
ting66820-Jul-04 22:40 
Generalimages Pin
monn19-Jul-04 22:41
monn19-Jul-04 22:41 
GeneralRe: images Pin
cmk19-Jul-04 23:22
cmk19-Jul-04 23:22 
GeneralExperts in Embedded Visual C++, Visual C++ n PDA programming come in Pin
Anonymous19-Jul-04 21:04
Anonymous19-Jul-04 21:04 
GeneralCode for my Class CListenSocket: ListenSocket.h Pin
Anonymous19-Jul-04 21:05
Anonymous19-Jul-04 21:05 
GeneralCode for my Class CListenSocket: ListenSocket.cpp Pin
Anonymous19-Jul-04 21:07
Anonymous19-Jul-04 21:07 
GeneralCode for my Class CLinkSocket: LinkSocket.h Pin
Anonymous19-Jul-04 21:10
Anonymous19-Jul-04 21:10 
GeneralCode for my Class CLinkSocket: LinkSocket.cpp Pin
Anonymous19-Jul-04 21:12
Anonymous19-Jul-04 21:12 
GeneralCode for my Class ServerDlg: ServerDlg.h Pin
Anonymous19-Jul-04 21:18
Anonymous19-Jul-04 21:18 
GeneralCode for my Class ServerDlg: ServerDlg.Cpp (Not yet completed) Pin
Anonymous19-Jul-04 21:20
Anonymous19-Jul-04 21:20 
GeneralRe: Experts in Embedded Visual C++, Visual C++ n PDA programming come in Pin
buaya_hunter21-Jul-04 16:56
buaya_hunter21-Jul-04 16:56 
GeneralMemory Leaks in SqlCe Pin
rmkmani17-Jul-04 2:06
rmkmani17-Jul-04 2:06 
QuestionOwner Drawn ListBox in CE??? Pin
Chris Reiff14-Jul-04 7:51
Chris Reiff14-Jul-04 7:51 
AnswerRe: Owner Drawn ListBox in CE??? Pin
João Paulo Figueira14-Jul-04 12:05
professionalJoão Paulo Figueira14-Jul-04 12:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.