I would like to ask how to convert intel hex file to binary?
any suggestion?
User Profile
Collapse
-
How to convert intel hex file to binary code?
-
Thanks ur response, so that I would like to ask how to convert the data or hex.file to intel hex file format??
For example...
cseg at 8000h
jmp main
org 8100h
main: clr a
mov r7,#0
loop: mov a,r7
cpl a
mov p1,a
mov r6,#50h
djnz r6,$
djnz r7,loop
jmp $
... -
ya...thx...but then how to convert the data to intel hex file format??
For example:
cseg at 8000h
jmp main
org 8100h
main: clr a
mov r7,#0
loop: mov a,r7
cpl a
mov p1,a
mov r6,#50h
djnz r6,$
djnz r7,loop
jmp $
end
...Leave a comment:
-
convert to intel hex file
i would like to ask how to convert the txt file to intel hex file??
No activity results to display
Show More
Leave a comment: