freem / asm6f

A fork of loopy's ASM6, a 6502 assembler.
96 stars 24 forks source link

Allowing makefile to work with linux & windows #26

Closed dancread closed 1 year ago

koitsu commented 5 years ago

https://github.com/freem/asm6f/issues/27 may help here.

samcan commented 4 years ago

I just cloned the master branch (commit fa6e357), and tested on my Ubuntu 20.04 install in a VM. I was able to run make and make clean with no issues, even though the comments in the Makefile made it sound like I'd have issues. Perhaps this has already been resolved?

koitsu commented 4 years ago

I just cloned the master branch (commit fa6e357), and tested on my Ubuntu 20.04 install in a VM. I was able to run make and make clean with no issues, even though the comments in the Makefile made it sound like I'd have issues. Perhaps this has already been resolved?

The issues described in this issue/problem report would affect Windows and not Linux. This ticket/issue has an inaccurate description.

koitsu commented 1 year ago

This PR might be superseded by PR https://github.com/freem/asm6f/pull/37 . I explain the logic used in that PR in more detail.