neilsf / xc-basic3

A BASIC cross compiler for MOS 6502-based machines
MIT License
42 stars 5 forks source link

Add shift operators #230

Closed AGPX closed 1 year ago

AGPX commented 1 year ago

Please add shift operators on left and right to allow fast multiplication and division.

JJFlash-IT commented 1 year ago

Please read the documentation, they've been there for a long time :)

https://xc-basic.net/doku.php?id=v3:shl https://xc-basic.net/doku.php?id=v3:shr

AGPX commented 1 year ago

I read it and couldn't find it easily. I expected to find them among the operators, but they weren't there.

neilsf commented 1 year ago

It would make sense to put links to these functions on the Operators page. Will do that.