| ??? 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. |
| Topic | Author | Date |
| 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 |



