NASM - The Netwide Assembler

NASM Forum => Using NASM => Topic started by: nobody on February 12, 2005, 02:39:43 AM

Title: NASM program claimed illegal by my computer
Post by: nobody 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!!!
Title: Re: NASM program claimed illegal by my computer
Post by: nobody on February 12, 2005, 02:42:00 AM
PLEASE DELETE THIS ACCIDENTALLY DOUBLE POSTED MESSAGE