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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/11/00 18:40
Read: times


 
#1468 - RE: Push & Pop don't work:
Yes Babar,

Steve is right.

I think your assembler should also work for PUSH/POP. Even I had the same feeling when started working with Metalink's assembler.

You may try the same with your assembler as I tried with Metalink.

It works fine for example, if I write the code

MOV A,#0FFh ; for example,

But when I write,
PUSH A

It does not accept, It excepts to write the code as
PUSH ACC ; not on A, It requires ACC

But this is for Accumulator only, other registers, for example PSW works fine.

Try it out, otherwise better to switch to Metalink. Though I am not very experienced, but can help you if you need any.

Best Regards,

Rauf

List of 11 messages in thread
TopicAuthorDate
Push & Pop don't work:            01/01/70 00:00      
RE: Push & Pop don't work:            01/01/70 00:00      
RE: Push & Pop don't work:            01/01/70 00:00      
RE: Push & Pop don't work:            01/01/70 00:00      
RE: Push & Pop don't work:            01/01/70 00:00      
RE: Push & Pop don't work:            01/01/70 00:00      
RE: Push & Pop don't work:            01/01/70 00:00      
RE: Push & Pop don't work:            01/01/70 00:00      
RE: Push & Pop don't work:            01/01/70 00:00      
RE: Push & Pop don't work:            01/01/70 00:00      
RE: Push & Pop don't work:            01/01/70 00:00      

Back to Subject List