dschmenk / PLASMA

Proto Language AsSeMbler for All (formerly Apple)
MIT License
189 stars 26 forks source link

plvm putb support #64

Closed ZornsLemma closed 2 years ago

ZornsLemma commented 2 years ago

Hi Dave,

"shifters74" over on stardot has been playing around with PLASMA and they've discovered that the C version of the VM is missing putb() support. I've created a simple implementation which you might like to pull into your repo.

Cheers.

Steve

dschmenk commented 2 years ago

Hi Steve-

Thanks so much for this. Just pulled it in. Glad to hear someone has taken interest in my mess!

Dave...

On Jun 17, 2022, at 11:54 AM, ZornsLemma @.***> wrote:

Hi Dave,

"shifters74" over on stardot has been playing around with PLASMA and they've discovered that the C version of the VM is missing putb() support. I've created a simple implementation which you might like to pull into your repo.

Cheers.

Steve

You can view, comment on, or merge this pull request online at:

https://github.com/dschmenk/PLASMA/pull/64 https://github.com/dschmenk/PLASMA/pull/64 Commit Summary

112d5f4 https://github.com/dschmenk/PLASMA/pull/64/commits/112d5f463996da071f5ecb9a26a1710de0e48010 Merge pull request #14 from dschmenk/master c05c078 https://github.com/dschmenk/PLASMA/pull/64/commits/c05c0789dacc88102f99298cc6aa5ad35b4183a6 Merge branch 'master' of https://github.com/ZornsLemma/PLASMA f0b18db https://github.com/dschmenk/PLASMA/pull/64/commits/f0b18db6c2453231466631ef00a64d07052d37cf Merge pull request #15 from dschmenk/master fbb50a9 https://github.com/dschmenk/PLASMA/pull/64/commits/fbb50a91271c7cc6b7a11825b91c3633fcb502a0 Merge branch 'master' of https://github.com/ZornsLemma/PLASMA 0fdc319 https://github.com/dschmenk/PLASMA/pull/64/commits/0fdc319481f315f2e9b903c05073369dd21056ce Merge pull request #16 from dschmenk/master 7d66c27 https://github.com/dschmenk/PLASMA/pull/64/commits/7d66c27ecf87e6cd796156f180d1a68864c7a1ec Merge branch 'master' of https://github.com/ZornsLemma/PLASMA 2ff4c9d https://github.com/dschmenk/PLASMA/pull/64/commits/2ff4c9d842d328a67d1f5e63fba5f9d83489d942 Merge pull request #17 from dschmenk/master 6b20c4d https://github.com/dschmenk/PLASMA/pull/64/commits/6b20c4da10d7d1c8ca109d5a08d5f821daa0a1cc Merge branch 'master' of github.com:ZornsLemma/PLASMA 691c385 https://github.com/dschmenk/PLASMA/pull/64/commits/691c3851f0402ff553065ef19ba8501703a75655 Merge branch 'dschmenk:master' into master a64afe5 https://github.com/dschmenk/PLASMA/pull/64/commits/a64afe548600bb558a5291106768045bc1e8bd90 Add putb() support to plvm.c File Changes (1 file https://github.com/dschmenk/PLASMA/pull/64/files) M src/vmsrc/plvm.c https://github.com/dschmenk/PLASMA/pull/64/files#diff-2a20737f7ff2195a5792a889ac8aa4fbe79dbc75ed8595bca018277a84451016 (4) Patch Links:

https://github.com/dschmenk/PLASMA/pull/64.patch https://github.com/dschmenk/PLASMA/pull/64.patch https://github.com/dschmenk/PLASMA/pull/64.diff https://github.com/dschmenk/PLASMA/pull/64.diff — Reply to this email directly, view it on GitHub https://github.com/dschmenk/PLASMA/pull/64, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABBOGJVWDGF6OKZWRCCF7QDVPTCXBANCNFSM5ZDECTHA. You are receiving this because you are subscribed to this thread.

ZornsLemma commented 2 years ago

Brilliant, thanks Dave!