VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

ATMEL 80C51 HEX TO ASM

TechBit  (1 Submission)   Complete Applications   VB Script   Intermediate   Wed 3rd February 2021

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.

Inputs
The program accepts as input a hexadecimal file.

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

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)

Rate ATMEL 80C51 HEX TO ASM (37(37 Vote))

Download ATMEL 80C51 HEX TO ASM

ATMEL 80C51 HEX TO ASM Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters