Assembly Programming anoyone?
|
help can anyone teach me on how to read & display id3 tags of an mp3 using assembly language... |
Re: Assembly Programming anoyone?
Link |
by
![]() |
what the? huh?! thats a silly question. first of all, such a large program would need to be done in a programming high-level programming language. even using extensive library calls, this would be a monster of an assembly program. second, you asked for "assembly" but for whitch processor? you can get ID3 tag libraries in C++, look online ![]() ![]() ![]() |
Re: Assembly Programming anoyone?
|
sorry i forgot to write that i'll be using 8088 |
Re: Assembly Programming anoyone?
|
I'll learning assembly in next year, on high school! X((( but... ID3 tags they can make with any other languages, for example, C/C++. Working with Assembly is harder... btw, if you use this information to redirect a LCD display it's other story! X}
<===NOTHING===>
|
Re: Assembly Programming anoyone?
Link |
by
![]() |
hahaha this was our project on our assembly programming class =p I kinda hate assembly programming, all I can see myself using assembly programming is for making stupid viruses on the computer =p |
Re: Assembly Programming anoyone?
|
8088?????? Its the stone age of microprocessor, lol!!!!! use a RISC microcontroller, its much easier than the 8088. there are so many MP3 player projects out there that uses microcontroller |