README.md

December 4, 2022 ยท View on GitHub

ATMEL 80C51 HEX TO ASM

Description

The purpose of this application is to convert a 8051 hexadecimal code to a 8051 assembler code. This program can be very useful for a programmers linked to the uP programming.

More Info

The program accepts as input a hexadecimal file.

The program converts the hexadecimal file in assembler file. The user can select the path of the output file.

Submitted On2004-10-25 16:52:16
ByTechBit
LevelIntermediate
User Rating5.0 (185 globes from 37 users)
CompatibilityVB 5.0, VB 6.0
CategoryComplete Applications
WorldVisual Basic
Archive FileATMEL_80C518100710252004.zip

API Declarations

Public Declare Function SHBrowseForFolder Lib "shell32.dll" (bBrowse As BrowseInfo) As Long
Public Declare Function SHGetPathFromIDList Lib "shell32.dll" (ByVal lItem As Long, ByVal sDir As String) As Long
Public Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)