Altera_Forum
Honored Contributor
12 years agoSimple binary problem
Hello guys, I want to convert decimal from dec_buffer to a bin_buffer. Example: dec_buffer[1]=1; bin_buffer[1][12]={000000000001}; dec_buffer[2]=2; bin_buffer[2][12]={000000000010}...