Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/13/01 09:48
Read: times


 
#16557 - RE: How to add assembly to Keil C51 ver5?
Try adding

#define warmBoot() ((void(code *)(void))0x0)()

to the sources. Don't ask me how it works though, i just copied it out of some sources.

I Assume it defines a function at address 0 and calls it, thus performing a warm boot.

-----------
Wim van der Vegt


List of 5 messages in thread
TopicAuthorDate
How to add assembly to Keil C51 ver5?            01/01/70 00:00      
RE: How to add assembly to Keil C51 ver5?            01/01/70 00:00      
RE: How to add assembly to Keil C51 ver5?            01/01/70 00:00      
RE: How to add assembly to Keil C51 ver5?            01/01/70 00:00      
RE: How to add assembly to Keil C51 ver5?            01/01/70 00:00      

Back to Subject List