flat assembler
Message board for the users of flat assembler.

Index > Main > Interesting..

Author
Thread Post new topic Reply to topic
RocMat1



Joined: 30 Jul 2006
Posts: 3
RocMat1 30 Jul 2006, 18:27
Code:
jmp start
exit:
  mov ah,4ch
  mov al,00
  int 21h

  msg   db  "Hello World."

start:
  mov ah,09
  mov dx, msg
jmp start2
start3:
sub dx,2000
  start2:
    mov ah,09
   add dx,100
  int 21h
  int 21h
  mov ah,08
    int 21h
     CMP al,27
   JZ start2
jmp start3
    

I did this for experiminatation to look around the memory and found a few interesting things.. the system.ini file for example and :
DOS Extender: Untrapped protected-mode exception.

Is this memory in the RAM or hard drive or where?
Post 30 Jul 2006, 18:27
View user's profile Send private message Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.