EgonOlsen71 / basicv2

A Commodore (CBM) BASIC V2 interpreter/compiler written in Java
https://egonolsen71.github.io/basicv2/
The Unlicense
84 stars 15 forks source link

MOSSpeed jar file #37

Closed phaze101 closed 3 years ago

phaze101 commented 3 years ago

Apologies but I am missing something. Where is the MOSSpeed jar file in the dist directory? I do not see it there.

EgonOlsen71 commented 3 years ago

It's not called that way. It's called basicv2.jar, because the project initially was (and in parts still is) a reimplementation of Basic V2 in Java. The cross compiler to generate actual 6502 code is just one aspect of it.

phaze101 commented 3 years ago

Thanks I figured it out in the end. I got confused because the Wiki states so. Anyway thanks once again.

phaze101 commented 3 years ago

Closing this