mnaberez / py65

Emulate 6502-based microcomputer systems in Python
BSD 3-Clause "New" or "Revised" License
234 stars 68 forks source link

Taliforth project run : unsupported operand type(s) for &=: 'float' and 'int': #28

Closed mstram closed 9 years ago

mstram commented 9 years ago

Hi, thanks for the last fix, a(ssemble is working now ;)

I'm trying to run https://github.com/scotws/TaliForth on the same environment as my last report.

I've assembled it with Ophis version 2.1 , clean no errors.

When I run it with : py65mon --mpu 65C02 -r ophis.bin I'm getting :

Error: <class 'TypeError'>, unsupported operand type(s) for &=: 'float' and 'int': file: d:\pyt hon34\lib\site-packages\py65-0.21-py3.4.egg\py65\monitor.py line: 680

It's a tiny project (~800K), but if you just want the win32 binary I've uploaded it into my fork of the Taliforth project :+1:

https://github.com/mstram/TaliForth/blob/master/ophis.bin.run

mnaberez commented 9 years ago

0.22 has been released with this fix. Thank you!