Forum: Assembly Feb 8th, 2009 |
| Replies: 6 Views: 1,624 [segment .text]
global _main
_main:Should work with GCC, as for ALINK I think that require .start or ..start as it's entry point.
Chris |
Forum: Assembly Feb 7th, 2009 |
| Replies: 6 Views: 1,624 I'd recommend a read of Narue's tutorial, its a few posts down and is a brillaint intro to NASM on windows :) |
Forum: Assembly Feb 7th, 2009 |
| Replies: 6 Views: 1,624 Does the link know where and to include C headers etc....
Just link it with gcc using gcc example.obj -o example.exe |
Forum: Assembly Nov 27th, 2008 |
| Replies: 9 Views: 2,259 When you say you have successfully assembled it, i'm asuming you now have at least one Object file. In which case you need a linker to link the object files together into and exe file.
Chris |
Forum: Assembly Jul 4th, 2008 |
| Replies: 0 Views: 887 Hey, does anybody know any good tutorials for MPASM for the 16F PIC micro controllers?
Thanks for any help.
Chris |