![]() |
| | |||||||
| Languages English is not the only language. It is a big world where other languages are only spoken. |
| | LinkBack | Thread Tools | Display Modes |
| |||
| 8051 microprocessor assembly language code?
i am planning to rotate a unipolar stepper motor using 8051 microcontroller for this i wrote the following assembly language code: MOV a,#66H LOOP1: MOV p3 , a RR a CALL DELAY JMP LOOP1: DELAY: MOV r0 , #246 LOOP2: DJNZ r0 , LOOP2 NOP RET Now when i run this code in "Edsim51" it runs properly by setting the update frequency at 10000. And i also created its ASM file using edsim51. But when i try to convert this ASM file into HEX file, using "ASM51" OR "8051 cross-assembler, version 1.2k by MetaLink corporation" it gives 2 errors Please tell me what's wrong with the code and suggest changes to the code or the new/alternate code |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to find E-books for Assembly language? | praveen | Books & Authors | 0 | 04-02-2008 01:56 AM |
| Microprocessor AMD Turion 64 X2 Mobile Technology TL-60? | heymang | Technology | 0 | 03-27-2008 02:05 PM |
| Are this code or really a language....is so which one is it? | MADAM | Languages | 0 | 03-11-2008 10:11 PM |
| What are the PROS and CONS of using a scripting language vs C++ code? | Kasey T | Languages | 0 | 03-10-2008 10:54 PM |
| Does anyone know the code for set of characters for Armenian language in Delphi? | Yuliya | Languages | 0 | 02-27-2008 07:45 PM |