다름이 아니라 c언어로 어셈블리어로 변환했는데요.. 이어셈블리어를 emu8086으로는 작동이 안되더라구요 혹시 작동되는 emu가뭐가잇을까요..
cl.exe /FaTest.asm Test.c
이거 같은데. 정확한건 모르겠습니다. 그밖에 openserver 라는것이 있던거 같은데. 문을 닫아버렸네요.
하여간. 참고해보세요.
MASM bin 폴더에는 이런 파일이 있네요. dasm.bat
MASM historty versionhttps://sites.google.com/site/pcdosretro/masmhist
C:\masm32\help 에는 .chm help 문서가 있습니다.
; COM2EXE v0.1 by Strength (316 bytes)http://pastebin.com/CZ0EiB6Z
제47장 [펌] Free Pascal Assembly Compiler 의 모든것 | Pascal Assemblerhttp://cafe.naver.com/assemcafe/377
[PIC16C57] mini CPU 설계 및 image processing testhttp://fist0512.tistory.com/67
cl.exe 옵션 정리 | C 2010.06.05 21:11http://bspop.tistory.com/30
3월 5일 수업정리 C언어 기본작성 전처리파일, 기계어파일http://notnegative.tistory.com/15
Visual Studio의 cl.exe 사용법 윈도우프로그래밍http://doodoodoo.egloos.com/765212
[ASSEMBLY][MASM] CL 과 ML 을 이용해 .C파일과 .ASM파일 디버그 컴파일 [ASSEMBLY][MASM] CL 과 ML 을 이용해 .C파일과 .ASM파일 디버그 컴파일 http://prosigi.tistory.com/36
X86 DISASSEMBLY EXPLORING THE RELATIONSHIP BETWEEN C,X86 AS..http://documents.mx/documents/x86-disassembly-exploring-the-relationship-between-cx86-assembly-and-machine-code.html
sprintf의 역활...http://darkghost.tistory.com/category/?page=7
x86 Disassembly/Print Versionhttps://en.wikibooks.org/wiki/X86_Disassembly/Print_Version
MASM32 및 필수파일http://reversw.tistory.com/entry/masm32v11r
X86 Assembly/Print Versionhttps://en.wikibooks.org/wiki/X86_Assembly/Print_Version
Linux Assembly HOWTOhttp://cmdream.tistory.com/258
AhmadNaserTurnkeySolutions/emu8086https://github.com/AhmadNaserTurnkeySolutions/emu8086
Other than emu8086, is there any free good assembly code vi..https://www.quora.com/Other-than-emu8086-is-there-any-free-good-assembly-code-visualizer-on-the-web-for-learning-assembly-code
8086 assembler tutorialshttp://leadbiz.tistory.com/713
[어셈블리어] 자료 조사 학습자료/어셈블리어 2012.03.09 15:10http://onecellboy.tistory.com/181
제18장 16비트컴퓨터에서 MASM16 컴파일러 사용하기http://cafe.naver.com/assemcafe/310
제65장 MASM32 Windows 용 다운로드및 Quick_Editor로 컴파일하기http://cafe.naver.com/assemcafe/482
Assembly Study 준비물과 성공전략 | 어셈블리 프로그래밍http://cafe.naver.com/assemcafe/279
제29장 Assembly 공개 소스코드 - 컴파일러별 모음 (찾아보기)http://cafe.naver.com/assemcafe/304
http://www.emu8086.com/
http://www.devx.com/
---------------------------------------------------------------------------- 젊음'은 모든것을 가능하게 만든다.
매일 1억명이 사용하는 프로그램을 함께 만들어보고 싶습니다. 정규 근로 시간을 지키는. 야근 없는 회사와 거래합니다.
각 분야별. 좋은 책'이나 사이트' 블로그' 링크 소개 받습니다. shintx@naver.com
찾아봤습니다.
cl.exe /FaTest.asm Test.c
이거 같은데. 정확한건 모르겠습니다.
그밖에 openserver 라는것이 있던거 같은데. 문을 닫아버렸네요.
하여간. 참고해보세요.
MASM bin 폴더에는 이런 파일이 있네요. dasm.bat
MASM historty version
https://sites.google.com/site/pcdosretro/masmhist
C:\masm32\help 에는 .chm help 문서가 있습니다.
; COM2EXE v0.1 by Strength (316 bytes)
http://pastebin.com/CZ0EiB6Z
제47장 [펌] Free Pascal Assembly Compiler 의 모든것 | Pascal Assembler
http://cafe.naver.com/assemcafe/377
[PIC16C57] mini CPU 설계 및 image processing test
http://fist0512.tistory.com/67
cl.exe 옵션 정리 | C 2010.06.05 21:11
http://bspop.tistory.com/30
3월 5일 수업정리 C언어 기본작성 전처리파일, 기계어파일
http://notnegative.tistory.com/15
Visual Studio의 cl.exe 사용법 윈도우프로그래밍
http://doodoodoo.egloos.com/765212
[ASSEMBLY][MASM] CL 과 ML 을 이용해 .C파일과 .ASM파일 디버그 컴파일
[ASSEMBLY][MASM] CL 과 ML 을 이용해 .C파일과 .ASM파일 디버그 컴파일 http://prosigi.tistory.com/36
X86 DISASSEMBLY EXPLORING THE RELATIONSHIP BETWEEN C,X86 AS..
http://documents.mx/documents/x86-disassembly-exploring-the-relationship-between-cx86-assembly-and-machine-code.html
sprintf의 역활...
http://darkghost.tistory.com/category/?page=7
x86 Disassembly/Print Version
https://en.wikibooks.org/wiki/X86_Disassembly/Print_Version
MASM32 및 필수파일
http://reversw.tistory.com/entry/masm32v11r
X86 Assembly/Print Version
https://en.wikibooks.org/wiki/X86_Assembly/Print_Version
Linux Assembly HOWTO
http://cmdream.tistory.com/258
AhmadNaserTurnkeySolutions/emu8086
https://github.com/AhmadNaserTurnkeySolutions/emu8086
Other than emu8086, is there any free good assembly code vi..
https://www.quora.com/Other-than-emu8086-is-there-any-free-good-assembly-code-visualizer-on-the-web-for-learning-assembly-code
8086 assembler tutorials
http://leadbiz.tistory.com/713
[어셈블리어] 자료 조사 학습자료/어셈블리어 2012.03.09 15:10
http://onecellboy.tistory.com/181
제18장 16비트컴퓨터에서 MASM16 컴파일러 사용하기
http://cafe.naver.com/assemcafe/310
제65장 MASM32 Windows 용 다운로드및 Quick_Editor로 컴파일하기
http://cafe.naver.com/assemcafe/482
Assembly Study 준비물과 성공전략 | 어셈블리 프로그래밍
http://cafe.naver.com/assemcafe/279
제29장 Assembly 공개 소스코드 - 컴파일러별 모음 (찾아보기)
http://cafe.naver.com/assemcafe/304
http://www.emu8086.com/
http://www.devx.com/
----------------------------------------------------------------------------
젊음'은 모든것을 가능하게 만든다.
매일 1억명이 사용하는 프로그램을 함께 만들어보고 싶습니다.
정규 근로 시간을 지키는. 야근 없는 회사와 거래합니다.
각 분야별. 좋은 책'이나 사이트' 블로그' 링크 소개 받습니다. shintx@naver.com