VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



ATMEL 80C51 HEX TO ASM

by TechBit (1 Submission)
Category: Complete Applications
Compatability: VB Script
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (37 Votes)

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.
Code 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

Download ATMEL 80C51 HEX TO ASM

Download ATMEL 80C51 HEX TO ASM (44 KB)

ATMEL 80C51 HEX TO ASM Comments

No comments have been posted about ATMEL 80C51 HEX TO ASM. Why not be the first to post a comment about ATMEL 80C51 HEX TO ASM.

Post your comment

Subject:
Message:
0/1000 characters