LemonHaze420

Results 6 comments of LemonHaze420

> Small nitpick: For fsca you are currently doing: > > ` :fsca FPUL,FRN_1` > > Whereas the shared-ptr.com docs are > > ` fsca FPUL,DRn` > > DRn is...

> Then this should really be > > ``` > attach variables [ FRN_1 ] [ > fr0 fr2 fr4 fr6 fr8 fr10 fr12 fr14 > ]; > > attach...

> According to the renesas documentation, (e.g. https://www.renesas.com/us/en/document/mas/sh-4a-software-manual?language=en) DRn is the appropriate display, so we should probably go with that. > > As far as the conversion to radians, I...

> Exactly, I was suggesting leaving it at a high level such as this function, and rather than declare pcodeops for sin and cos, just declare a pcodeop for fsca,...

any luck with latest commit?

I've also encountered this, specifically with the FileIO example. I got it to compile and display files within the C:\ drive, but not any other drives as no drive letters...