本帖最后由 email10t 于 2015-5-18 13:01 编辑
看来 Hello World 程序可能是这样:- 4*7Pj9^]4*7Pj<^]j`X(B (B (B!(B"(B"(B#(B$(B$(B&(B'(B'(B)(B,(B.(B/(B0(B1(B2(B3(B3(B4(B5(B7(B7(B8(B:(BKtnsg}zaJF`E<`td-pKTtg-!x`L-!
- Hello, World!`
复制代码 用的是 emu8086 编译的:- org 100h
-
- xor al,"*"
- aaa
- push ax
- push 3ch
- pop si
- pop bp
- push 60h
- pop ax
- sub [bp+si+20h], al
- sub [bp+si+20h], al
- sub [bp+si+21h], al
- sub [bp+si+22h], al
- sub [bp+si+22h], al
- sub [bp+si+23h], al
- sub [bp+si+24h], al
- sub [bp+si+24h], al
- sub [bp+si+26h], al
- sub [bp+si+27h], al
- sub [bp+si+27h], al
- sub [bp+si+29h], al
- sub [bp+si+2ch], al
- sub [bp+si+2eh], al
- sub [bp+si+2fh], al
- sub [bp+si+30h], al
- sub [bp+si+31h], al
- sub [bp+si+32h], al
- sub [bp+si+33h], al
- sub [bp+si+33h], al
- sub [bp+si+34h], al
- sub [bp+si+35h], al
- sub [bp+si+37h], al
- sub [bp+si+37h], al
- sub [bp+si+38h], al
- sub [bp+si+3ah], al
- sub [bp+si+4bh], al
- db 74h,6eh,73h,67h,7dh,7ah,61h,4ah,46h,60h,45h,3ch,60h,74h,64h,2dh,70h,4bh,54h,74h,67h,2dh,21h,78h,60h,4ch,2dh,21h,0dh,0ah
- db "Hello, World!`"
复制代码
|