This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Type convert

complier is error ,following is program

#include <reg52.h>
#include <stdio.h>

unsigned int i;
sbit Test=P1^0;

main()
{
i=(int *)Test;
}

error info is :
error c253:INTERNAL ERROR(ASMGEN - TRIPLE=00D[00A5A202])

Parents Reply Children
No data