Author Topic: NASM program claimed illegal by my computer  (Read 6482 times)

nobody

  • Guest
NASM program claimed illegal by my computer
« on: February 12, 2005, 02:39:43 AM »
just a simple hello world program:

org 100h
    mov dx,msg
    mov ah,9
    int 21h
    mov ah,4Ch
    int 21h
    msg db 'Hello, World!',0Dh,0Ah,'$'

said to be illegal on my computer
PLEASE HELP!!!

nobody

  • Guest
Re: NASM program claimed illegal by my computer
« Reply #1 on: February 12, 2005, 02:42:00 AM »
PLEASE DELETE THIS ACCIDENTALLY DOUBLE POSTED MESSAGE