![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Hobbyist Programmer
|
Really bugging me
OK this is going to seem bad but anyway.
Your probably going to say why are you trying to learn assembly in this case. Im hvaving alot of trouble compiling linking etc even a basic helloworld program in NASM. Running on WinXP, would be greatful if somebody could provide and example of how to do this. I've read the documentation on this over and over but no luck. Cheers, Chris
__________________
Who said i couldn't program sarcasm = raw_input('Type in a sarcastic remark: ')
|
|
|
|
|
|
#2 |
|
Hobbyist Programmer
Join Date: Sep 2007
Location: Sydney - Australia
Posts: 137
Rep Power: 1
![]() |
Re: Really bugging me
Are you compiling through command prompt or the NASM IDE?
__________________
SYNTAX ERROR ... |
|
|
|
|
|
#3 |
|
Hobbyist Programmer
|
Re: Really bugging me
command prompt, One of my issue's is that when i try to compile it into the object file NASM doesn't recognise the ..start and starts throwing errors. Without this it seems to compile fine.
However when i try to link the object file via ALINK it complains as there is no entry point set.
__________________
Who said i couldn't program sarcasm = raw_input('Type in a sarcastic remark: ')
|
|
|
|
|
|
#4 |
|
Hobbyist Programmer
Join Date: Sep 2007
Location: Sydney - Australia
Posts: 137
Rep Power: 1
![]() |
Re: Really bugging me
Mmm... That's weird, could you show me your source.
__________________
SYNTAX ERROR ... |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Bugging ... Compile Time Error | Planet_EN | C | 2 | Mar 25th, 2007 3:38 AM |