[Maccer68k] Update.
Posted: Wed May 23, 2007 12:32 pm
Yop !
Just this topic to say a little thing with "maccer68k".
I use it under Windows Millenium into a dos box.
The command line is :
maccer68k -o ress.s ress.asm
And if the end of the file "ress.asm" is like this :
maccer68k make a bug and close my dos box.
If the file is like this :
all is ok.
May be it's a small bug wich you can solve.
Bah, un peu de feedback, hein !..
A+
Just this topic to say a little thing with "maccer68k".
I use it under Windows Millenium into a dos box.
The command line is :
maccer68k -o ress.s ress.asm
And if the end of the file "ress.asm" is like this :
Code: Select all
.align 1
.globl robocop_sample
robocop_sample:
INCBIN "robocop.raw" <-- End here.
If the file is like this :
Code: Select all
.align 1
.globl robocop_sample
robocop_sample:
INCBIN "robocop.raw"
<-- End here, after press return.
May be it's a small bug wich you can solve.
Bah, un peu de feedback, hein !..

A+