<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>GCC linking Archives - NeuralLantern.com</title>
	<atom:link href="https://www.NeuralLantern.com/tag/gcc-linking/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.NeuralLantern.com/tag/gcc-linking/</link>
	<description></description>
	<lastBuildDate>Sun, 14 Sep 2025 23:46:12 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.NeuralLantern.com/wp-content/uploads/2025/04/cropped-2025-04-04-Lantern-03-32x32.png</url>
	<title>GCC linking Archives - NeuralLantern.com</title>
	<link>https://www.NeuralLantern.com/tag/gcc-linking/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Command Line Arguments in Yasm Assembly with GCC: A Practical Guide</title>
		<link>https://www.NeuralLantern.com/command-line-arguments-in-yasm-assembly-with-gcc-a-practical-guide/</link>
					<comments>https://www.NeuralLantern.com/command-line-arguments-in-yasm-assembly-with-gcc-a-practical-guide/#respond</comments>
		
		<dc:creator><![CDATA[mike]]></dc:creator>
		<pubDate>Sun, 14 Sep 2025 23:46:11 +0000</pubDate>
				<category><![CDATA[Assembly Language]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[argv argc]]></category>
		<category><![CDATA[assembly programming]]></category>
		<category><![CDATA[coding tutorials]]></category>
		<category><![CDATA[command line args]]></category>
		<category><![CDATA[command line arguments]]></category>
		<category><![CDATA[GCC assembly]]></category>
		<category><![CDATA[GCC linking]]></category>
		<category><![CDATA[hybrid programming]]></category>
		<category><![CDATA[low-level programming]]></category>
		<category><![CDATA[programming guide]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[x86 assembly]]></category>
		<category><![CDATA[x86-64 programming]]></category>
		<category><![CDATA[Yasm assembly]]></category>
		<category><![CDATA[Yasm tutorial]]></category>
		<guid isPermaLink="false">https://www.NeuralLantern.com/?p=227</guid>

					<description><![CDATA[<p>Learn to process command line arguments in Yasm assembly with GCC. Practical x86-64 guide for hybrid programs with clear examples. #Assembly #Programming</p>
<p>The post <a href="https://www.NeuralLantern.com/command-line-arguments-in-yasm-assembly-with-gcc-a-practical-guide/">Command Line Arguments in Yasm Assembly with GCC: A Practical Guide</a> appeared first on <a href="https://www.NeuralLantern.com">NeuralLantern.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="Command Line Arguments in Yasm Assembly with GCC: A Practical Guide" width="1380" height="776" src="https://www.youtube.com/embed/r5K10mL2OPE?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<p>Want to master command line arguments in Yasm assembly? This video breaks down how to access and process args in x86-64 hybrid programs linked with GCC. From understanding argv and argc to looping through arguments, we cover it all with practical examples. Perfect for programmers diving into assembly or looking to level up their low-level coding skills. Check out my other videos for more on Yasm and pure assembly! Subscribe for more coding tutorials. #AssemblyProgramming #YasmAssembly #GCC #x86_64</p>



<p>Introduction 00:00:00<br>Command Line Arguments Overview 00:00:03<br>Yasm Assembly and GCC Linking 00:00:07<br>Hybrid Program Explanation 00:01:27<br>Makefile Overview 00:02:16<br>Assembly Program Structure 00:03:16<br>Main Entry Point and Registers 00:03:51<br>Accessing Command Line Arguments 00:04:26<br>Argument Count and Pointers 00:05:03<br>Loop Initialization for Arguments 00:08:57<br>Loop Logic and Dereferencing 00:10:52<br>Printing Arguments 00:13:02<br>Incrementing Pointers in Loop 00:14:08<br>Running the Program 00:15:35<br>Practical Application of Arguments 00:17:24<br>Conclusion and Next Steps 00:17:51<br>Call to Subscribe and Outro 00:18:22</p>



<p>Thanks for watching!</p>



<p>Find us on other social media here:</p>



<ul class="wp-block-list">
<li>https://www.NeuralLantern.com/social</li>
</ul>



<p>Please help support us!</p>



<ul class="wp-block-list">
<li>Subscribing + Sharing on Social Media</li>



<li>Leaving a comment or suggestion</li>



<li>Subscribing to our Blog</li>



<li>Watching the main &#8220;pinned&#8221; video of this channel for offers and extras</li>
</ul>



<p>Hello there. In this video,</p>



<p>I&#8217;m going to talk to you about how to accept incoming command line arguments to</p>



<p>an x86-64 Yasm assembly program that is probably linking to</p>



<p>GCC and is thus probably a hybrid program under the hood.</p>



<p>If you don&#8217;t know how to program in Yasm assembly yet,</p>



<p>check out my other videos. If you don&#8217;t understand command line arguments yet,</p>



<p>yet check my other videos I&#8217;m going to assume a lot of knowledge here I&#8217;m</p>



<p>really just going to show you how to pull the arguments inside of assembly</p>



<p>using using the GCC setup that they&#8217;ve given you so just a quick just a very</p>



<p>quick recap this is not a command line arguments video if we have the program</p>



<p>echo and we give it like one argument of just the word hello then it&#8217;s it&#8217;s</p>



<p>going to receive one command line argument in addition to its program</p>



<p>echo as argument zero and hello as argument index one.</p>



<p>And it&#8217;s just going to be able to look at them and say,</p>



<p>oh, the user wants me to print this hello string.</p>



<p>So it just prints it.</p>



<p>And so that&#8217;s kind of how you can tell a program what to do,</p>



<p>either when you&#8217;re running them directly</p>



<p>or having one program automate another program.</p>



<p>Anyway, so in our Yasm assembly programs,</p>



<p>how do we actually get that out?</p>



<p>Well, for starters, we are dynamically linking.</p>



<p>Sorry, not dynamically linking.</p>



<p>We are linking a hybrid program.</p>



<p>So I just want to make sure that you understand this is the right video for you.</p>



<p>If you&#8217;re trying to do this in pure assembly, or if you need to know that for some reason,</p>



<p>then you&#8217;ll probably want to watch the next video that I publish.</p>



<p>But for now, this is a hybrid program.</p>



<p>Hybrid programs, for those of you who don&#8217;t know, it just means you have modules that</p>



<p>are written in different source code and they&#8217;re compiled differently, different source code</p>



<p>languages.</p>



<p>So you might have a source code file that&#8217;s written in C++ another one that&#8217;s written in C another one that&#8217;s written in assembly</p>



<p>And you compile them all down to their own object files and then you link them together into an executable</p>



<p>If GCC is part of the linking process</p>



<p>Then it&#8217;s going to end up giving you a main function as your entry point and it&#8217;s going to make things a little bit easier</p>



<p>Here&#8217;s my make file. I&#8217;m just going to skim through it real fast. This is not a make file video</p>



<p>So if you don&#8217;t understand it go look at my other videos</p>



<p>But basically I&#8217;m just going to assemble with Yasm and I&#8217;m going to use G++ as the linker</p>



<p>and I&#8217;m going to gobble up all of the object files. Here&#8217;s like a little menu.</p>



<p>I have a target for running and building only. And here&#8217;s the main thing that I&#8217;m doing. This</p>



<p>is not really a hybrid program. This is just kind of a pure assembly program that is linked with GCC,</p>



<p>but you can imagine you could add other source files in C and C++ and still totally get away</p>



<p>GCC. But anyway, I&#8217;m just compiling one source code of assembly and,</p>



<p>and compiling it down to an object file right here.</p>



<p>And then when it comes time to linking, uh, you can kind of tell here, uh,</p>



<p>especially if you&#8217;re familiar with make files that I&#8217;m just gobbling up all the</p>



<p>object files and linking them together into the executable.</p>



<p>So that&#8217;s as far as I&#8217;ll go there again,</p>



<p>I&#8217;ve got another video that totally explains a lot more in my assembly program.</p>



<p>video just for pure assembly so if you don&#8217;t understand assembly see my other videos but for</p>



<p>now we&#8217;re just going to say i&#8217;ve got a data section it&#8217;s got a couple of null terminated strings we&#8217;ve</p>



<p>got a hello message a begin message a goodbye message carriage return line feed string i&#8217;ve</p>



<p>got the system call codes for you know printing to standard output and to exit the program and then</p>



<p>i&#8217;ve got the standard output file handle and then my exit code zero for success again this is all</p>



<p>other videos. So because I&#8217;m linking with GCC, my text section here, the actual place where the</p>



<p>instructions are, not the data, is going to have a main entry point. So of course, if you had a</p>



<p>hybrid program, you could have main somewhere else in a different module and then just call on a</p>



<p>function that was inside of assembly. You could totally do that. But for now, I&#8217;m just going to</p>



<p>say this is the only source code file. So I mark main as global and I put main right here. And then</p>



<p>I preserve all of the Kali saved registers that I&#8217;m supposed to by pushing them at the beginning and popping them in reverse order at the end.</p>



<p>And then I return a return value.</p>



<p>Standard assembly stuff covered in other videos.</p>



<p>But here&#8217;s the key for getting command line arguments in assembly.</p>



<p>If you recall, the ABI specifies that in x86-64 programs, the first argument is always supposed to come into a function as RDI in the RDI register.</p>



<p>register or rather I should say the first integer argument I haven&#8217;t talked</p>



<p>about to float arguments in any of my videos yet in the future you should</p>



<p>probably search for other videos that that explain how to do float arguments</p>



<p>but for now all of the arguments I&#8217;m talking about in this video are just</p>



<p>integer arguments and pointer arguments which is kind of the same thing a</p>



<p>pointer is an integer it&#8217;s a 64-bit integer but we&#8217;ll just use it as a</p>



<p>using it as an integer so anyway first argument comes in on RDI second argument</p>



<p>comes in on RSI and you can imagine that basically this is the thing you&#8217;re</p>



<p>probably used to seeing in your C++ programs if we do this int main and then</p>



<p>integer arg C and then a character pointer arg V and then an array those are</p>



<p>those two registers right there I probably want to change this into long</p>



<p>because you know rdi is in 64-bit form but an integer is an unsigned 32-bit int.</p>



<p>I don&#8217;t like that so I&#8217;m just going to put long. I probably should put unsigned but I don&#8217;t really</p>



<p>care. Anyway so we&#8217;re just going to grab those two things so obviously rdi is probably pretty</p>



<p>easy for you to guess how to use it&#8217;s just the number of arguments. In this program we&#8217;re going</p>



<p>to use it to control a loop counter that&#8217;s going to loop through all incoming arguments.</p>



<p>which is going to be the name of the program in this case it&#8217;ll be I think</p>



<p>just main is what I called it which is confusing against the entry point I</p>



<p>admit it but imagine that my main program that sits in the file system is</p>



<p>actually called program or hello or whatever so that&#8217;s the number of</p>



<p>arguments in RDI and then RSI notice how it&#8217;s a character pointer to an array of</p>



<p>characters that means it&#8217;s actually a pointer to a pointer and the reason for</p>



<p>every argument on the command line like for instance if i went back here and i said echo</p>



<p>hello let&#8217;s just do without quotes hello you i&#8217;ve given it two arguments and so when the program</p>



<p>launches it&#8217;s going to receive three total it&#8217;s going to receive its own program name at index zero</p>



<p>echo it&#8217;s going to receive at index one the first argument hello and it&#8217;s going to receive at index</p>



<p>two the second argument as you it prints them both so how does echo know how many arguments i have</p>



<p>strings. Remember argc is the number of arguments so that&#8217;s kind of easy but how does it dereference</p>



<p>all of the strings if there could be any number of strings? Well that&#8217;s this right here.</p>



<p>This whole symbol argv is a pointer and it points to an array of pointers, of character</p>



<p>pointers. That&#8217;s why it&#8217;s written like this like an array. So it&#8217;s a pointer that points</p>



<p>points to an array.</p>



<p>So like if you go to that location in memory,</p>



<p>then what you will see there for the first eight bytes</p>



<p>is just the address of some other memory location where a string has been stored.</p>



<p>Then if you advance that pointer another eight bytes for it,</p>



<p>you know, in memory, because all pointers are eight bytes or 64 bits,</p>



<p>then again, you&#8217;ll see that that value of that next eight bytes</p>



<p>is actually a memory location that points to another string somewhere else.</p>



<p>So these strings could be all over the place,</p>



<p>But the pointers to those strings are contiguous in memory starting with what you were given in RSI.</p>



<p>So it&#8217;s a character pointer pointer or an array of character pointers, however you want to imagine that.</p>



<p>Anyway, so we&#8217;ll grab those and then I&#8217;ll just show you how to use them down further in the code.</p>



<p>For starters, I&#8217;m calling on an intro function which just basically prints some stuff.</p>



<p>I have a custom function that I wrote called print null terminated string.</p>



<p>That&#8217;s not the point of this video.</p>



<p>I have that explained in other videos a little bit.</p>



<p>So it&#8217;s up to you if you want to even care.</p>



<p>Right now I just want to be able to print something.</p>



<p>And then let&#8217;s see.</p>



<p>So after we print our welcome message in the intro, then we print another message basically</p>



<p>saying okay now we&#8217;re about to start printing all the arguments.</p>



<p>Okay cool.</p>



<p>Nothing complicated at this point.</p>



<p>Then I have another label here with my preferred style of adding a suffix after the function</p>



<p>after the function that I&#8217;m currently inside of.</p>



<p>And I&#8217;m going to say, all right, this is where I initialize my loop.</p>



<p>This is not a looping video, so I&#8217;m going to skim through it kind of.</p>



<p>But I&#8217;m basically going to say, let&#8217;s start the loop as basically saying</p>



<p>the index of the argument that we&#8217;re currently looking at is zero</p>



<p>because we&#8217;ll start with zero.</p>



<p>So that means we&#8217;ll print like if we were going to, if our program was named Echo,</p>



<p>we would also print Echo itself and not just all the incoming arguments</p>



<p>that the user might have typed.</p>



<p>index zero and then we&#8217;re going to use r15 as the current character pointer so r15 its current</p>



<p>character pointer is going to be coming from r13 which was the argv argument so that means</p>



<p>r15 is now going to hold a pointer uh let&#8217;s see it&#8217;s going to hold</p>



<p>when you have an array and the array is contiguous in memory then the pointer itself that points to</p>



<p>the array is also a pointer to the first item that&#8217;s just kind of the way it works like if we</p>



<p>have 10 items and it&#8217;s an array then your pointer to that array is also a pointer to the first item</p>



<p>in the array if that makes sense so if r13 was a pointer to an array it&#8217;s also a pointer to the</p>



<p>go off to a null terminated string i know that sounds weird you got to get used to double dereferencing</p>



<p>here so all we really need to do to access uh the first pointer to the actual string is take the</p>



<p>array pointer that we have and dereference it one time so remember we&#8217;re receiving an argv</p>



<p>a pointer to a pointer or like a you know a double pointer if we dereference it once then we should</p>



<p>terminated string. Anyway, so that&#8217;s the initialization part. I&#8217;m going to start looking</p>



<p>at the first string here and I&#8217;m going to say we&#8217;re at index zero. And then here&#8217;s the top of</p>



<p>my loop. You can imagine this is a while loop. This is not a while video, but you know, there it is.</p>



<p>And we&#8217;re just going to ask first, are we actually done? Do we need to break the loop? I like to do</p>



<p>that at the top of my while loop. And how we&#8217;ll do that is we&#8217;ll say, all right, R14 is the index</p>



<p>the number of arguments so notice how like right here we grabbed RDI right</p>



<p>into R12 right away so basically I&#8217;m saying if the index we&#8217;re currently</p>



<p>looking at is greater than or equal to the number of arguments then we&#8217;re</p>



<p>actually already done remember if we&#8217;re using zero based indexing and you</p>



<p>suppose that you have three items in your array their indexes would be zero</p>



<p>So that means if the size of your array is three, like the count, like the RFC, that</p>



<p>means the last valid index is two.</p>



<p>It&#8217;s one less than the size.</p>



<p>You know, it&#8217;s one less than the count.</p>



<p>So I&#8217;m saying at this point that if we ever reach an index number that is equal to the</p>



<p>size, then we&#8217;ve already finished.</p>



<p>We do not need to look at the current item.</p>



<p>So I&#8217;m comparing those two registers.</p>



<p>You know, where are we looking at versus what is the count?</p>



<p>You know, what is the index we&#8217;re looking at versus the count?</p>



<p>If the index we&#8217;re looking at is greater than or equal to the count, then that means we&#8217;re done.</p>



<p>I&#8217;m going to jump out of the loop to a label called main loop done.</p>



<p>So then, you know, that&#8217;s down here.</p>



<p>Basically, we just say goodbye and then we jump to our exit function.</p>



<p>And all that does is it just returns from main with some kind of a success code.</p>



<p>You know, so just you can imagine in C++, it&#8217;s just return zero.</p>



<p>So, you know, breaking the loop doesn&#8217;t really do anything except end the program and say goodbye.</p>



<p>However, if we did not jump, then the, let&#8217;s see if we did not jump, let&#8217;s, let&#8217;s see if</p>



<p>we did jump, we compared it, we realized that we&#8217;re done.</p>



<p>Then it&#8217;s going to jump down to the, to the done.</p>



<p>But if we&#8217;re not done, execution is going to fall through to the next statement.</p>



<p>So that means we&#8217;re going to end up doing something with the current item inside of</p>



<p>our loop.</p>



<p>So what are we going to do?</p>



<p>We&#8217;re going to dereference R15.</p>



<p>was your pointer to a pointer it was your double pointer there if we dereference it once then</p>



<p>instead of being a pointer to an array of pointers it&#8217;s going to be a pointer to one string one one</p>



<p>character that starts one string so dereferencing it once means you know i put brackets around the</p>



<p>double pointer it&#8217;s now dereferenced once that means rdi is going to receive a pointer to one</p>



<p>into my function my function takes two arguments it wants a pointer to a string and it wants</p>



<p>the file descriptor to print to again other videos explain you know printing to standard</p>



<p>output but i&#8217;m just going to print the string so this part right here should actually print</p>



<p>the argument and then after we&#8217;re done with that uh well maybe i should change this</p>



<p>so that it&#8217;s a little bit more clear i&#8217;m going to maybe push this down and say</p>



<p>these lines up here actually do something they do the printing by</p>



<p>dereferencing and then here we just sort of increment along the array of pointers</p>



<p>and jump back to the top of the loop so what are we doing here with r14</p>



<p>remember r14 was the index that we&#8217;re currently looking at so we we start</p>



<p>looking at index 0 line 83 is going to say let&#8217;s next look at index 1 and then</p>



<p>this part right here add 8 to r15 that just basically means remember r15 was</p>



<p>remember r15 was the double pointer the double pointer like i said before it&#8217;s looking at an</p>



<p>array of pointers so it&#8217;s actually a pointer to a pointer if i increase the memory location that</p>



<p>r15 holds then it&#8217;s now looking at the next pointer it&#8217;s moving through the array r15 at</p>



<p>that point would no longer be a valid pointer to the original array it&#8217;s sort of like a running</p>



<p>pointer it&#8217;s kind of like scanning all of the pointers but a pointer is eight bytes so if we&#8217;re</p>



<p>a pointer is eight bytes so if we&#8217;re just looking at the first pointer and we increase the memory</p>



<p>location that we&#8217;re looking at by eight bytes now we&#8217;re looking at the second pointer so then on the</p>



<p>next iteration of the loop if we dereference then we&#8217;re going to end up dereferencing to the second</p>



<p>string then i just print a little new line here honestly probably should have put that up top</p>



<p>sloppy code i was doing this quickly and then we jump to the top of the loop so then we just</p>



<p>going up to the top of the loop and printing arguments and advancing to the</p>



<p>next pointer. And we just keep going at it.</p>



<p>Let me see if this works. Hopefully I didn&#8217;t mess this up while I was screwing</p>



<p>around. All right. So I&#8217;m going to do this make run. Okay.</p>



<p>So under the hood inside of my make file,</p>



<p>maybe let&#8217;s open the make file real fast just so you can see.</p>



<p>I&#8217;m just going to nano it real fast here under the hood.</p>



<p>So when I call the program to run, notice how I&#8217;m giving it arguments.</p>



<p>You can see right here on this line, or actually let me get the line numbers up.</p>



<p>You can see on line 48, I am calling my executable, which is named main.</p>



<p>In the make file, I&#8217;m using a variable, so don&#8217;t worry about that.</p>



<p>But I&#8217;m giving it four arguments.</p>



<p>And I&#8217;m just saying first arg, second arg, third arg, fourth arg.</p>



<p>So that&#8217;s why you see that printed in the previous screen.</p>



<p>screen it&#8217;s just going through all the arguments that I gave it it&#8217;s saying</p>



<p>first arg second arg third arg fourth arg notice how it knows when to stop</p>



<p>because of the argc that came in on RDI now that the program is built you know</p>



<p>I&#8217;ve got my main executable which I named main which I said before was kind</p>



<p>of confusing now that I&#8217;ve got it I can just execute it again and give it like</p>



<p>one argument of like hello notice how it prints hello on a line by itself you do</p>



<p>do it again dudes and notice how every argument I give it it just prints it no</p>



<p>matter how many I do I can go a b c d e f g I could probably do this so many</p>



<p>times that I exhaust you know a long integer which is would be a horrible</p>



<p>endeavor but yeah everything that I put on there it just loops through it and</p>



<p>prints it so when you are linking with GCC because you&#8217;re probably using a</p>



<p>if you&#8217;re just linking with GCC.</p>



<p>GCC makes it really, really easy</p>



<p>to access the command line arguments.</p>



<p>Imagine now instead of just printing these things,</p>



<p>you used them to somehow decide</p>



<p>what your program was gonna do.</p>



<p>Maybe the user will give you a sub command.</p>



<p>Like if you&#8217;re a Git user, we say Git status, right?</p>



<p>So the Git says like, oh, you Git launches</p>



<p>and it goes, you want the status of something?</p>



<p>Yeah, sure.</p>



<p>So in your program now,</p>



<p>you could read what the user typed,</p>



<p>figure out a way to parse it and interpret it</p>



<p>have your program&#8217;s behavior adjust to whatever the user typed in okay that&#8217;s it for this video</p>



<p>the next video I&#8217;m going to post is how to do basically exactly the same thing but using pure</p>



<p>assembly without linking against GCC so like LD is going to be the linker just like pure assembly</p>



<p>no extra libraries okay thank you so much for watching this video I hope you learned a little</p>



<p>tell your friends and i&#8217;ll see you in the next video</p>



<p>hey everybody thanks for watching this video again from the bottom of my heart i really appreciate it</p>



<p>i do hope you did learn something and have some fun uh if you could do me a please a small little</p>



<p>favor could you please subscribe and follow this channel or these videos or whatever it is you do</p>



<p>on the current social media website that you&#8217;re looking at right now it would really mean the</p>



<p>and grow this community so we&#8217;ll be able to do more videos, longer videos, better videos,</p>



<p>or just I&#8217;ll be able to keep making videos in general. So please do me a kindness and subscribe.</p>



<p>You know, sometimes I&#8217;m sleeping in the middle of the night and I just wake up because I know</p>



<p>somebody subscribed or followed. It just wakes me up and I get filled with joy. That&#8217;s exactly</p>



<p>what happens every single time. So you could do it as a nice favor to me or you could troll me if</p>



<p>you want to just wake me up in the middle of the night, just subscribe and then I&#8217;ll just wake up.</p>



<p>just wake up I promise that&#8217;s what will happen also if you look at the middle of</p>



<p>the screen right now you should see a QR code which you can scan in order to go</p>



<p>to the website which I think is also named somewhere at the bottom of this</p>



<p>video and it&#8217;ll take you to my main website where you can just kind of like</p>



<p>see all the videos I published and the services and tutorials and things that I</p>



<p>offer and all that good stuff and if you have a suggestion for clarifications or</p>



<p>or errata or just future videos that you want to see please leave a comment or if you just want to</p>



<p>say hey what&#8217;s up what&#8217;s going on you know just send me a comment whatever i also wake up for</p>



<p>those in the middle of the night i get i wake up in a cold sweat and i&#8217;m like it would really it</p>



<p>really mean the world to me i would really appreciate it so again thank you so much for</p>



<p>watching this video and um enjoy the cool music as as i fade into the darkness which is coming for us</p>



<p>Thank you.</p>
<p>The post <a href="https://www.NeuralLantern.com/command-line-arguments-in-yasm-assembly-with-gcc-a-practical-guide/">Command Line Arguments in Yasm Assembly with GCC: A Practical Guide</a> appeared first on <a href="https://www.NeuralLantern.com">NeuralLantern.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.NeuralLantern.com/command-line-arguments-in-yasm-assembly-with-gcc-a-practical-guide/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
