Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- d:\GitHub\zx-evo\pentevo\avrboot\trunk\avr>build
- d:\GitHub\zx-evo\pentevo\avrboot\trunk\avr>call clean.bat
- d:\GitHub\zx-evo\pentevo\avrboot\trunk\avr>..\..\..\tools\bin2avr\bin2avr.exe evotitle.ans 0
- BinnaryFile_To_AVRAssmFile Converter
- Created file evotitle.inc
- d:\GitHub\zx-evo\pentevo\avrboot\trunk\avr>..\..\..\tools\mhmt\mhmt.exe -mlz -maxwin4096 ..\fpga\main.rbf fpga.mlz
- mhmt - MeHruMsT - MEgalz, HRUM and hruST (c) 2009 lvd^nedopc
- Configuration review:
- Pack format: MegaLZ.
- Mode: packing.
- Pack coding: optimal (slower).
- Bitstream is grouped in bytes -
- compatible with old ZX depackers.
- Maximum lookback window size is 4096 bytes.
- Input file "..\fpga\main.rbf" (98023 bytes) successfully loaded.
- Output file "fpga.mlz" created.
- Maximum displacement actually used is 4005.
- d:\GitHub\zx-evo\pentevo\avrboot\trunk\avr>..\..\..\tools\bin2avr\bin2avr.exe fpga.mlz
- BinnaryFile_To_AVRAssmFile Converter
- Created file fpga.inc
- d:\GitHub\zx-evo\pentevo\avrboot\trunk\avr>..\..\..\tools\avra\avra.exe -fI boot_evo.asm -l boot_evo.lst
- AVRA: advanced AVR macro assembler Version 1.2.3 Build 2 (15. November 2007)
- Copyright (C) 1998-2007. Check out README file for more info
- AVRA is an open source assembler for Atmel AVR microcontroller family
- It can be used as a replacement of 'AVRASM32.EXE' the original assembler
- shipped with AVR Studio. We do not guarantee full compatibility for avra.
- AVRA comes with NO WARRANTY, to the extent permitted by law.
- You may redistribute copies of avra under the terms
- of the GNU General Public License.
- For more information about these matters, see the files named COPYING.
- Pass 1...
- Pass 2...
- done
- Used memory blocks:
- Data : Start = 0x0680, End = 0x06B6, Length = 0x0037
- Code : Start = 0xF000, End = 0xFF08, Length = 0x0F09
- Code : Start = 0xFFF8, End = 0xFFFF, Length = 0x0008
- Assembly complete with no errors.
- Segment usage:
- Code : 3857 words (7714 bytes)
- Data : 55 bytes
- EEPROM : 0 bytes
- d:\GitHub\zx-evo\pentevo\avrboot\trunk\avr>if not exist boot_evo.hex goto err
- d:\GitHub\zx-evo\pentevo\avrboot\trunk\avr>..\..\..\tools\crcbldr\crcbldr.exe boot_evo.hex version.txt
- ZX EVO project: Calc CRC for bootloader
- Created file zxevo_bl.hex
- Created file zxevo_bl.e2p
- d:\GitHub\zx-evo\pentevo\avrboot\trunk\avr>del /f /q boot_evo.hex
- d:\GitHub\zx-evo\pentevo\avrboot\trunk\avr>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement