Explore >> Select a destination


You are here

www.c64os.com
| | projectf.io
16.6 parsecs away

Travel
| | This cheat sheet provides a handy guide to 32-bit RISC-V instructions. I've aimed it at software developers, so group instructions by purpose and include common pseudoinstructions.
| | imapenguin.com
9.9 parsecs away

Travel
| | I was recently on a video call with a friend, throwing around some ideas for a new product. I mentioned adding large signed numbers in assembly and using two's complement. He asked me what two's complement was. I was a little surprised that he didn't know. He's been a Java programmer for more than 30 years. Java and Python programmers (and others like gasp Commodore / MicroSoft BASIC) don't have a native unsigned integer type. The language takes care of the details for you.
| | www.masswerk.at
7.2 parsecs away

Travel
| | Instruction set of the MOS 6502/6507/6510 MPU
| | pmig96.wordpress.com
89.3 parsecs away

Travel
| When I heard of WebAssembly (WASM for short) a few years ago, I thought: take your C program, compile it to WASM and the browser will simply run it, right? Well, WASM is not (yet) a first-class citizen in the browser world. It does not have access to all APIs and resources that JavaScript has....