dc <<<
'10435358689859 70511561 11297399 23 5 3 2 ******P'
note: lemmy’s “smart quotes” vs its input sanitization required me to code-format the second half of that line (and not the first half) to make it copy+paste runnable.
Why do you call write() for every char? You can always just pass a pointer with its length.
I am not skilled enough to do that ngl
Camel case?
this_is_not_going_to_be_a_serious_debate
#include <stdio.h> int main(int argc, char** argv) { printf("hello, world"); }
I thought the whole point of rust macros was to abstract away the scary asm at zero cost!
Ec Emm this side is the best one …
++++++++[< +++++++++>-]<. ++++[<+++++++>-]<+. +++++++… +++.
++++++[<+++++++>-]<++. ------------. ++++++[<+++++++++>-]<+. <. +++. ------. --------.
++++[<++++++++>-]<+.
base64 -d <<<SGVsbG8gV29ybGQhCg==
echo Hello World
Console.WriteLine("Hello World!");
Hello, world!
def main(): print("Hello world")
Oh you fancy PC people and your fancy
syscall
instruction.I still don’t know why I could remember
jsr $ab1e
. I didn’t even write that much assembly.That looks like a 6502 instruction. What system is it from?
console.log(“Hello World!”)
Or, you could just go the whole hog. Create your own simple CPU emulator, design a basic 8bitesque CPU, give it an output port that is the console, and load up some basic ASM to cycle through Hello World to the console port.