# Memories - 256바이트 데모씬 우승작품

> Clean Markdown view of GeekNews topic #1986. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=1986](https://news.hada.io/topic?id=1986)
- GeekNews Markdown: [https://news.hada.io/topic/1986.md](https://news.hada.io/topic/1986.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-04-29T08:47:10+09:00
- Updated: 2020-04-29T08:47:10+09:00
- Original source: [sizecoding.org](http://www.sizecoding.org/wiki/Memories)
- Points: 3
- Comments: 1

## Topic Body

- Revision 2020 "PC 256 Byte" 부문 우승

- 어셈블리로 작성된 DOS용 256바이트 COM실행파일

- 7개 화면과 음악으로 구성

- 개발자의 각 코드 라인별 주석과 관련한 기법 설명

## Comments



### Comment 1684

- Author: xguru
- Created: 2020-04-29T08:47:44+09:00
- Points: 1

실제 동작화면 https://www.youtube.com/watch?v=Imquk_3oFf4

맥OS에선 brew + nasm & doxbox로 실행가능

 brew install dosbox nasm

 nasm memories.asm -fbin -o memories.com

 dosbox

 mount D ~/Development/memories (or whatever)

 D:

 memories

윈도우에선 https://nasm.us/ + https://www.dosbox.com/ 설치하고 실행

 cd c:\temp\demo

 nasm.exe memories.asm -fbin -o memories.com

 mount d c:\temp\demo

 d:

 memories
