Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Generate BIn file from ASM file for 89c2051

Status
Not open for further replies.

pasicr

Advanced Member level 1
Joined
Aug 13, 2005
Messages
440
Helped
39
Reputation
80
Reaction score
29
Trophy points
1,308
Location
Macedonia
Activity points
4,213
laufschr

Hi,
I need software for generate BIN file from ASM file for 89c2051. I try with ml-asm51 and I receve 50 errors on this file.
The original bin file from www.woe.de.vu work fine.
I need to change something in asm file and generate bin file, but with ml-asm51 not work,
regards
 

Re: Generate BIn file from ASM file from 89c2051

Define symbols ..

Just add something like $MOD252 and everything should work fine ..

.. see attached files ..

Regards,
IanP

Code:
$MOD252

;**********************************************************
;*                 LAUFSCHR.ASM  V2.2b                    *
;* Laufschrift-Anzeige mit LEDs                           *
;* Mehrere MAX7219 kaskadiert, Module mit jeweils         *
;* 8x8 LEDs; Zeichensatz 5x8                              *
;* Assemblerprogramm fuer 8051-kompatible Controller,     *
;* z.B. AT89C51, Quarzfrequenz 11,0592 MHz                *
;* Das nachfolgende Programm steuert bis zu 11 Module an. *
;**********************************************************
;* World Of Electronics                                   *
;* [I]**broken link removed**[/I]                                   *
;* [email]woe@topmail.de[/email]                                         *
;* (c) WOE, 1999-2001                                     *
;**********************************************************

DIN  equ p1.0  ; DIN an Port 1.0
CLCK equ p1.1  ; CLK an Port 1.1
LOAD equ p1.2  ; LOAD an Port 1.2

scl equ p3.5   ; SCL fuer I2C-Bus
sda equ p3.7   ; SDA fuer I2C-Bus

jumper_ser equ  p1.6  ; Jumper fuer seriellen Download
jumper_eep equ  p3.2  ; Jumper fuer EEPROM-Betrieb
jumper_baud equ p3.3  ; Jumper fuer ser. Baudrate
jp_baud_600 equ p1.5  ; Jumper fuer ser. Baudrate 600 Baud
 

    pasicr

    Points: 2
    Helpful Answer Positive Rating
Re: Generate BIn file from ASM file from 89c2051

Thanks IanP,
because I do not experience with atmel this is very greath help for me,
regards
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top