Prophet VS group photo

Yahoo Groups archive

Prophet VS

Index last updated: 2026-04-28 23:40 UTC

Message

Re: [prophet_vs] New VS operating system work [1 Attachment]

2018-08-11 by shalebridge@...

Hey, I got the code working Jari!

I started playing around with it some more. Your code as sent didn't work for MSB=0 but did for MSB=1. If I changed 4ff2 to 0x5150 then MSB=0 would work but MSB=1 wouldn't. I realized where the problem was then...

5144 beq.w 0x514c -> 514c bra.w 0x500e


should be:


5144 beq.w 0x5150 -> 5150 andi.w 0x7f, d0 ; NRPN MSB == 0





Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.