안녕하세요??
DOS기반입니다. DIR/W 이 실행되어야 하는데 메모리 에러 후 HALT 납니다. 무엇이 잘못되었는지요??
char ABC[]="DIR/W" main() { ams { MOV SI,OFFSET ABC; INT 2E; } }
char ABC[]="\x05DIR/W\r"로 해보세요. -- 임수서룬뫼 윤희수 {cppig1995/돼지군}
Real programmers /* don't */ comment their code. If it was hard to write, it should be /* hard to */ read.
ㅠㅠㅠ
char ABC[]="\x05DIR/W\r"로
char ABC[]="\x05DIR/W\r"로 해보세요.
--
임수서룬뫼 윤희수 {cppig1995/돼지군}
Real programmers /* don't */ comment their code.
If it was hard to write, it should be /* hard to */ read.
안됩네다..ㅠㅠㅠ
ㅠㅠㅠ