[Maccer68k] Update.

Talk about development tools here

Moderator: BigEvilCorporation

Post Reply
MG
Very interested
Posts: 56
Joined: Wed Feb 28, 2007 8:41 am
Contact:

[Maccer68k] Update.

Post by MG »

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 :

Code: Select all

.align 1
	.globl robocop_sample
robocop_sample:	
	INCBIN "robocop.raw" <-- End here.
maccer68k make a bug and close my dos box.

If the file is like this :

Code: Select all

.align 1
	.globl robocop_sample
robocop_sample:	
	INCBIN "robocop.raw" 
<-- End here, after press return.
all is ok.

May be it's a small bug wich you can solve.

Bah, un peu de feedback, hein !.. :wink:

A+
Ah ? ben si ? pourquoi pas...
TmEE co.(TM)
Very interested
Posts: 2452
Joined: Tue Dec 05, 2006 1:37 pm
Location: Estonia, Rapla City
Contact:

Post by TmEE co.(TM) »

I would say that uninstall WinME and install Win98SE or XP instead. XP runs DOS programs pretty well and is way better than ME
Mida sa loed ? Nagunii aru ei saa ;)
http://www.tmeeco.eu
Files of all broken links and images of mine are found here : http://www.tmeeco.eu/FileDen
evildragon
Very interested
Posts: 326
Joined: Mon Mar 12, 2007 1:53 am
Contact:

Post by evildragon »

yea, being a BETA tester for ME and XP, I say stay away from ME completely.. That was when microsoft was trying to phase out DOS, and totally butched what ME was running on (which was ironically dos!)...

Go for XP if you can, it has a great Console..
KanedaFr
Administrateur
Posts: 1154
Joined: Tue Aug 29, 2006 10:56 am
Contact:

Post by KanedaFr »

it's not a bug it's an "end of file not found"
I often had this with others assembler or C compiler
Fonzie
Genny lover
Posts: 323
Joined: Tue Aug 29, 2006 11:17 am
Contact:

Post by Fonzie »

haha, yeah, i remember this silly bug too :) ;)
Ya Kaneda, SGCC asm compliler had exactly same issue :D
cdoty
Very interested
Posts: 117
Joined: Wed Nov 29, 2006 2:54 pm
Location: Houston, TX
Contact:

Post by cdoty »

KanedaFr wrote:it's not a bug it's an "end of file not found"
I often had this with others assembler or C compiler
Yeah, a lot of tools probably process a file using gets() or something similar. They probably error out without finding an EOF. I think SNASM68k or the GCC assembler displays a warning about this.
8bitwizard
Very interested
Posts: 159
Joined: Sat Feb 24, 2007 11:35 pm
Location: San Antonio, TX

Post by 8bitwizard »

KanedaFr wrote:it's not a bug it's an "end of file not found"
I often had this with others assembler or C compiler
Yes it is a bug, and it's from lazy programming by people who can't or won't write their own read-line function.
Post Reply