Posted by WitekPL Thu 8th Feb 2007 01:36 - Syntax is ASM (NASM based) - 16 views
Modification of posting from WItekPL Thu 8th Feb 2007 01:24
Download | New Post | Modify | Diff | Hide line numbers
Description:
Prawda&Fa�sz&�

B���
��G�#%��ô
K�b�ô
�>Ů�ô ű
b�ô Bű
��*�b�F0
QRVW�­TX;�t���
��� _^ZY��,
SQ��W���&A
tilde;��� =�!s���
�
���ŹV���
;�� �?�!
s
�>�!�� �´
��3�3��B�!s
�>�!�� ��
ëF°ëV��>�
!�F�=MZt���
��
Å�FÅ�Å�Ä�â�´Ã�â�¦â�
´Å�â��ëFÄ�ëVÃ�Å�
~Ů�F�â
t�H����
����â� +F
Ä�â��VÃ�ëFÅ�ëVâ�&nbs
p;Å�F°Å�VË�+FÄ�â��VÃ�â�&poun
d;� â�
S�������
������[@�&Aum
l;��H�!s���
Ű\ëF�ëF��F&Eum
l;�îâ��Ã�Ä�â��Ã�â�ºÃ
;®Ä�Ã�â��Ź^Ä�
� b�\ b�l
b�D:\ASM\rtm.exe

¶ �
Stub error ( )

  1. cseg segment
  2. assume cs:cseg, ds:cseg, es:cseg
  3. org 100h
  4. start:
  5. jmp program
  6. wypisz_n:
  7.   mov ah,09h
  8.   mov dx, offset napis_n
  9.   int 21h
  10. wypisz_t:
  11.   mov ah,09h
  12.   mov dx,offset napis_t
  13.   int 21h       
  14. koniec:
  15.   mov ax,4c00h 
  16.   int 21h
  17. program:
  18.   mov ax tak_nie
  19.   cmd ax, 1
  20.   je call wypisz_t
  21.   jne call wypisz_n
  22.   koniec
  23.  
  24. napis_t db 'Prawda&'
  25. napis_n db 'Fa�sz&'
  26. tak_nie dd 1
  27.  
  28. cseg ends
  29. end start

PermaLink to this entry https://pastebin.co.uk/10079
Posted by WitekPL Thu 8th Feb 2007 01:36 - Syntax is ASM (NASM based) - 16 views
Modification of posting from WItekPL Thu 8th Feb 2007 01:24
Download | New Post | Modify | Diff | Hide line numbers