NASM - The Netwide Assembler
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Home
Help
Search
Calendar
Login
Register
NASM - The Netwide Assembler
»
NASM Forum
»
Using NASM
»
NASM program claimed illegal by my computer
« previous
next »
Print
Pages: [
1
]
Author
Topic: NASM program claimed illegal by my computer (Read 13088 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!!!
Logged
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
Logged
Print
Pages: [
1
]
« previous
next »
NASM - The Netwide Assembler
»
NASM Forum
»
Using NASM
»
NASM program claimed illegal by my computer