#arg0s
Explore tagged Tumblr posts
Text
episode 72
#reflectionttrpg#stabbyness#reflection ttrpg#arg0s#ace galatine#if normal people saw the screenshot of the actual scene as it happened theyd be like “ur crazy”#pen inks#sketches#bisectro
11 notes
·
View notes
Text
[New Email from Arg0s]
Subject: re: Hey
Would a giant hot dog stand make you feel better?
10 notes
·
View notes
Photo
Hinge presents an anthology of love stories almost never told. Read more on https://no-ordinary-love.co
224 notes
·
View notes
Text




various reflection doodles from various points in time !!
#reflection ttrpg#robin rumeli#willow wisp#arg0s#ace galatine#mic#drew that willow at work today while my laptop was frozen heehoo#ANYWAYS YWAA IM GONNA START POSTING SOME OF MY REFLECTION STUFF SMILEE#this series means so much to me im so happy to be back into it#nathan art
19 notes
·
View notes
Text
OPIA: Streetwear Edition ✨
#stabbyness#reflection ttrpg#reflection#reflectionttrpg#arg0s#ace galatine#ridill arondite#willow wisp#star art#got that passion 4 fashion#i particularly love arg0s outfit and love how handsome i can make him
20 notes
·
View notes
Text
Day 6: Retro Game with Arg0s!
Pixel sprite in the style of Dragon Quest!
9 notes
·
View notes
Text
Streamer Man (Not Streamer Mode)
31 notes
·
View notes
Photo
Hinge presents an anthology of love stories almost never told. Read more on https://no-ordinary-love.co
328 notes
·
View notes
Text
February Day 19 - Laughing
2 notes
·
View notes
Text
11 notes
·
View notes
Text
|| Geist Heist Predictions
#Reflectionttrpg#Stabbyness#Reflection Ace#Ace Galatine#Reflection Arg0s#Reflection Ridill#Ridill Arondite#This feels like. So long ago
22 notes
·
View notes
Text
A bit of actual Assembly knowledge for once. Let's cover some basic operations.
In C, to print something, you say:
printf("Hello, World!");
One argument. Very simple. Very understandable.
But it's not so easy in Assembly, is it?
Here's what the same looks like in Assembly, assuming you've properly declared a string called msg, and you're using Linux syntax (Assembly is formatted different between operating systems. I recommend Linux because it makes the most sense for developers).
mov rax, 1
mov rdi, 1
lea rsi, [msg]
mov rdx, 14
syscall
What's going on here?
Well, there are four parts to a simple print statement in Assembly. Each are put into place by registers in your CPU. rax, for example, is one of these registers.
We use mov to move values into the register. Notice that the syntax is: opcode destination, source
- rax holds the number for your function. In this case, 1 is used for print. (Full list of function numbers here)
- rdi holds the first argument in your function (arg0), which is 1 for standard output (stdout). For comparison, 0 is standard input (stdin)
- rsi (arg1) holds the actual text from the string. We use lea (load effective address) instead of mov, because if we used mov, we would get the memory address (location) of msg rather than the value of msg.
- rdx (arg2) holds the number of characters you want to print. There are 13 chars in our string msg: (Hello, World!). Thus, we allocate 14 characters, so we may also include a null character which says where to end the string.
- syscall basically just tells the computer to activate the function you have set up. Without it, you're just moving arbitrary values for no reason.
I know I know, it's a lot. But there is value in learning this language. Assembly runs way faster and uses much less space than higher level languages like C.
In my own experience, hello world code comes out to be about 15 kilobytes in C, but only about 200 bytes in Assembly. You read that right. Bytes. Without a kilo, mega or giga.
2 notes
·
View notes
Photo
Hinge presents an anthology of love stories almost never told. Read more on https://no-ordinary-love.co
1K notes
·
View notes
Text
what if reflection was dungeon meshi :3
ace [tortured]: to save my sister we have to go back in the dungeon but we dont have money to buy supplies. i know this is asking a lot but i think we need to start eating monsters
cam: sure man
arg0s: fine
riddil: interesting >:3
mic: ok
willow: dont worry i can cook anything :-)
basil: were we not already eating monsters?
#reflection ttrpg#reflection#anyways im thinking deeply about this and i think ace should be falin actually but that doesnt fit my funny joke so..
14 notes
·
View notes
Note
Btw
You should know that when I read your username I silence the t
You are arg0
Like escargot
That's right you got franced
fuck! not the intentional pronunciation!! that was what you never expected STERNEST - C’ÉTAIS FRANÇAIS TOUT LES TEMPS!! 🥖🍷👨🎨
3 notes
·
View notes
Text
[New Email from Arg0s]
Subject: Hey
It’s Arg0s. Mic can’t stop perceiving so we’re going to a pawn shop. But I hope you’re good. Talk later?
8 notes
·
View notes
Note
hi idk what im doing just hi

HI SIS!!
ARG0S I MADES A NEW FROEND 2DAY!!
7 notes
·
View notes
Text
Proud to say I am less mentally ill about Ace and Arg0s but that's only because I've become mentally ill about Ace and Mic. It's evenly distributed now.
#*like by patricia taxxon starts playing*#me screaming and crying: IM NOT SUPPOSED TO SAY I LOVE YOU BUT IT SOUNDS KINDA WEIRD WHEN I SAY I-
8 notes
·
View notes
Text
@surprisestabtober Day 14: Alternate TTRPG
Last year I started my Reflection Fantasy AU with an Arg0s, now I'm bringing him back with a better design and fairy Mic!
(no donikers 'cause I couldn't find a race that works in *nondescript fantasy TTRPG*)
5 notes
·
View notes