MINZKN의 블로그 http://www.minzkn.com/
BLOG main image

전체 (421)
minzkn™ (63)
Programming (276)
사용법/팁 (26)
타국에서 (15)
사진 (1)
퍼온글 (39)
조사 (0)
낙서장 (0)
서식/Template (0)
비밀글 (0)
Total : 270632
Today : 100
Yesterday : 188
6명이 RSS를 구독하고 있습니다.
Startup code for DOS
Programming/DOS | 2007/05/07 11:03
2007/05/07 11:03 2007/05/07 11:03
span class=postbody이것은 DOS에서 어셈블리로 인자를 받는것에 대한 예제 입니다. br / PSP에 대해서 알아두면 이해가 좀더 쉽겠네요. br / br / /spantable align=center border=0 cellpadding=3 cellspacing=1 width=90%tbodytr tdspan class=genmedb코드:/b/span/td /tr tr td class=code br / .386 br / br / nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; ASSUME CS:CODE, DS:CODE, ES:NOTHING, SS:STACK_AREA br / CODEnbsp; nbsp; nbsp; nbsp; nbsp; nbsp; SEGMENT PARA PUBLIC USE16 'CLASS_CODE' br / L_STARTUP: br / nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; ; DS:0080H - PSP area : DS세그먼트는 실행시 값이 넘겨져 옵니다. br / nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; MOV SI, 0080H br / nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; br / nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; CLD br / nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; LODSB br / br / nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; XOR CH, CH br / nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; MOV CL, AL br / L_PRINT_LOOP: br / nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; JCXZ L_EXIT br / nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; LODSB br / nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; MOV DL, AL br / nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; MOV AH, 02H br / nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; INT 21H br / nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; DEC CXnbsp; br / nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; JMP L_PRINT_LOOPnbsp; nbsp; nbsp; nbsp; nbsp; nbsp; br / L_EXIT:nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; br / nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; MOV AX, 4C00H br / nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; INT 21H br / nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; HLT br / nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; JMP $ br / CODEnbsp; nbsp; nbsp; nbsp; nbsp; nbsp; ENDS br / br / nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; ASSUME DS:DATA br / DATAnbsp; nbsp; nbsp; nbsp; nbsp; nbsp; SEGMENT WORD PUBLIC USE16 'CLASS_DATA' br / DATAnbsp; nbsp; nbsp; nbsp; nbsp; nbsp; ENDS br / br / nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; ASSUME SS:STACK_AREA br / STACK_AREAnbsp; nbsp; nbsp; SEGMENT PARA STACK USE16 'CLASS_STACK' br / nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; DB 4096 DUP (?) br / STACK_AREAnbsp; nbsp; nbsp; ENDS br / nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; END L_STARTUP /td/tr/tbody/table
크리에이티브 커먼즈 라이센스
Creative Commons License

태그 : , , , ,
트랙백0 | 댓글0
이 글의 관련글(트랙백) 주소 :: http://blog.minzkn.com/trackback/268

이름 :
비밀번호 :
홈페이지 :
  비밀글로 등록
내용 :
 



[PREV] [1] ... [308][309][310][311][312][313][314][315][316] ... [421] [NEXT]
위치로그 : 태그 : 방명록 : 관리자 : rss
장인정신’s Blog is powered by Tattertools.com / Designed by Lefttoe.Net
네. 이제 결혼했습니다.
  06/27 - 장인정신
네. 거기 맞아요. 그때 만나...
  06/27 - 장인정신
결혼하시나봐요~ 축하드립니다~
  06/25 - MasterQ
저희집 바로 옆으로 지나가셨...
  06/25 - MasterQ
아우~ 정말 소중한 자료 감사...
  03/09 - 착한청년
신기전
Savvy의 블로그
network+is+unreachable-으로...
blogring.org
서버의 Local IP 가져오기, 단상
엘레노아의 작업로그

Creative Commons License

이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다.