지금 SIC Assembler를 만들고 있습니다.
Text Record를 출력해야 하는데... 잘 안되네요.
int object_code 라는 코드에 Instruction이 들어가 있습니다.
int => string 으로 바꾸고 싶은데 잘 안 됩니다. ㅡㅡ
#####################################
string str,tmp;
stringstream ss;
ss
ss.width(6);
ss.fill('0');
ss >> hex >> right >> tmp;