_shameless_ Posted October 8, 2011 Share Posted October 8, 2011 im a bit of a noob to 6502 asm and am trying to get dasm set up. i want to be able to assmeble my stuff in scite, but i have no idea what i need edit/add the the asm properties. i am running ubuntu 11.04 64 bits. i read that dasm has issues with 64 bit oses, is that true or not? can anyone point me in the right direction? thanks Quote Link to comment Share on other sites More sharing options...
Tjoppen Posted October 9, 2011 Share Posted October 9, 2011 You need to make dasm with -m32 added to the compiler flags (near the top in the Makefile). Also IIRC "make install" doesn't work, so you'll have to manually copy the binary into /usr/local/bin after building. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.