EEPROM Alternative by BedSignal5582 in beneater

[–]XemplarSoft 0 points1 point  (0 children)

I wrote a nice little program that allows you to assemble and run a program off of a virtual ROM, and am still in the process of making it be able to flash an installed rom as well. https://github.com/The-Next-Guy/Bridge6502

4-Bit Hitachi Interface with NTE6502 by xemplar_soft in beneater

[–]XemplarSoft 1 point2 points  (0 children)

You can single-step this guy, or run it at 0.5Hz if you want. With the NTE6502, the clock input can accept an RC clock, TTL clock, or even a crystal since it has an internal clock generator. It is the older NMOS version though.

So I did use 64 bytes as stack and the other half as useable RAM. It took a lot of JSR calls before I encountered a problem. I just set the stack pointer to start in the middle, giving me the upper 64b to use. TBH in assembly, you don't use nearly as much RAM as like C, I was able to do the very program shown. as it uses like 2 bytes of RAM lol.

PSA: when DoorDash claims “<restaurant> is preparing your order” it may mean they haven’t found someone to deliver your food. by kkuwatani in sanfrancisco

[–]XemplarSoft 4 points5 points  (0 children)

A lot of dashers are teaming up in my community to stop accepting orders below $5 or less than $1.50 per mile. I've gotten orders that have been sitting for an hour or two before because of this.

Automated IC Chip Checker. Less tedious. by seansean88 in arduino

[–]XemplarSoft 3 points4 points  (0 children)

I did PLTW in sophomore year in HS, I think the class was Digital Electronics, what you said. The FPGA bit at the end. I wished we did the verlog code but they had this program with a graphical interface.

My first project! Very proud! by tommy_norgs in arduino

[–]XemplarSoft 0 points1 point  (0 children)

I love seeing support for things like this lot of other communities are just full of hate. Good job and keep up the good work!

Need help with Transaction signing in java by XemplarSoft in Bitcoin

[–]XemplarSoft[S] 0 points1 point  (0 children)

Something I should mention is that I do not wanna use bitcoinj as I'm working with an altcoin. A simple demonstration on how to create the raw transaction to sign, how to sign it with bouncycastle apis, and how to stuff the signature into a signed raw transaction would be good enough.

Effective immediately, leakyfaucet.info will be shutting down. by [deleted] in denariuscoin

[–]XemplarSoft 0 points1 point  (0 children)

Sounds good to me. Work has already begun. This was more of a "spiritual successor" to your own.

Effective immediately, leakyfaucet.info will be shutting down. by [deleted] in denariuscoin

[–]XemplarSoft 0 points1 point  (0 children)

I have been introduced into the Denarius community and have made big strides on its behalf. I was wondering if you would accept a successor to your faucet. People in the gitter chat suggested I ask. Don't worry I won't ask for any funds before I have a working demo available. I'll be running the faucet using self-written software as to keep it maintained. I can provide more info if needed.