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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/28/01 14:30
Read: times


 
#15239 - RE: 8052 - machine language
Well Sans, he didn't say what he needed to happen next....

but how about this ???
PUSH ($ / 256)
PUSH ($-2) AND 255

or just cutting to the chase ????
MOV R0, ($ / 256)
MOV R1, ($-2) AND 255

The problem still is: he does not know the $ value. The problem is in getting the compiler, which does not allow inline assembly, only opcodes, to give the PC value.


List of 7 messages in thread
TopicAuthorDate
8052 - machine language            01/01/70 00:00      
RE: 8052 - machine language            01/01/70 00:00      
RE: 8052 - machine language            01/01/70 00:00      
RE: 8052 - machine language            01/01/70 00:00      
RE: 8052 - machine language            01/01/70 00:00      
RE: 8052 - machine language            01/01/70 00:00      
RE: 8052 - machine language            01/01/70 00:00      

Back to Subject List