깨어나는 16b는 DOS 인트로로 Sierpinski 프랙털과 소리를 생성합니다.
깨어나는 16b는 Outline Demoparty에서 공개된 16바이트 x86 리얼 모드 DOS 인트로입니다. 이 인트로는 텍스트 버퍼를 활용하여 Sierpinski 프랙털을 생성하고, 동시에 소리를 출력합니다. <code>int 10h</code>와 <code>ds=0xb800</code> 설정을 활용해 <strong>40x25 텍스트 모드</strong>의 초기 화면을 구성합니다.
Wake up! 16b is a DOS intro that generates Sierpinski fractals and sound.
Wake up! 16b is a 16-byte x86 real mode DOS intro released at the Outline Demoparty. It utilizes a text buffer to generate Sierpinski fractals while simultaneously producing sound. The initial screen pattern leverages <code>int 10h</code> and <code>ds=0xb800</code> settings for <strong>40x25 text mode</strong>.