TotallyGamerJetforOver-Engineeredtotallygamerjet.hashnode.net·Apr 1, 2023FeaturedThe Smallest Go Binary (5KB)This whole adventure began because I wanted to write a C compiler in Go. I wanted to use Chibicc, a tiny C compiler, as a basis since I could start with the first commit and add each feature since each one is a separate commit. However, Chibicc uses ...Sandeep Panda Test and 1 other are discussing this2 people are discussing thisDiscuss·24 likes·10.6K readsGo Language
MohitforMohitmohita95.hashnode.net·Feb 23, 2023x64 Linux Assembly LanguageIntroduction Of Assembly Language Assembly language is a low-level programming language used to write software that runs on the central processing unit (CPU) of a computer. It is a machine code that can be read and understood by a human, which is a b...Discuss·12 likes·131 readsAssembly LanguageAssembly
Akash DevforAkash Dev's Blogcoolcoderr.hashnode.net·Apr 17, 2023How to Install Emu8086 in windows and Write Your First Hello World CodeWelcome, readers! 🎉 In this blog post, I'm happy to share with you all about the emu8086 software installation process, and how you can easily create your very first "Hello World" program. Whether you're a beginner or a seasoned programmer, this ste...Discuss·11 likes·49 readsAssembly
Akash Devcoolcoderr.hashnode.net·Apr 17, 2023How to Install Emu8086 in windows and Write Your First Hello World CodeWelcome, readers! 🎉 In this blog post, I'm happy to share with you all about the emu8086 software installation process, and how you can easily create your very first "Hello World" program. Whether you're a beginner or a seasoned programmer, this ste...Discuss·11 likes·49 readsAssembly
TotallyGamerJettotallygamerjet.hashnode.net·Apr 1, 2023FeaturedThe Smallest Go Binary (5KB)This whole adventure began because I wanted to write a C compiler in Go. I wanted to use Chibicc, a tiny C compiler, as a basis since I could start with the first commit and add each feature since each one is a separate commit. However, Chibicc uses ...Sandeep Panda Test and 1 other are discussing this2 people are discussing thisDiscuss·24 likes·10.6K readsGo Language
Ayush Bulbuleayushbulbule.hashnode.net·Mar 15, 2023Writing your first Assembly ProgramHello, readers! 👋 I am Ayush Bulbule, and I am excited to start a new blog series that will serve as a tutorial for learning Assembly Language. I know some of you might think that Assembly Language is complex and hard to understand, but don't worry,...Discuss·10 likesAssembly
Mohitmohita95.hashnode.net·Feb 27, 2023x64 Linux Assembly Language Part 3What will we learn in this part? We're going to study system calls today. A system call is a technique used in computer programming to ask the operating system for services. These services might involve handling files, accessing physical devices, or ...Discuss·32 readsAssembly LanguageLinux
Mohitmohita95.hashnode.net·Feb 24, 2023x64 Linux Assembly Language Part 2What will we learn in this part? Welcome to the second part of the X64 Linux Assembly Language blog! The goal of this blog is to educate readers about the intricate world of x64 assembly language. We'll be concentrating on Data Types and Memory Acces...Discuss·1 like·47 readsAssembly LanguageLinux
Mohitmohita95.hashnode.net·Feb 23, 2023x64 Linux Assembly LanguageIntroduction Of Assembly Language Assembly language is a low-level programming language used to write software that runs on the central processing unit (CPU) of a computer. It is a machine code that can be read and understood by a human, which is a b...Discuss·12 likes·131 readsAssembly LanguageAssembly
Karthikeyan Subramaniamtechiekarthik.hashnode.net·Jan 19, 2023CMU BombLab WalkthroughIntroduction CMU Bomblab is a Reverse Engineering challenge. Students are provided with Binary which has six phases(six challenges to solve). BombLab provides the main() code of the Binary. Let us take a look at the main function below int main(int a...Discuss·510 readsreverse engineering
Musbau Bolajimbdevblog.hashnode.net·Jan 2, 2023Learners' Assembly's 𝗠orning 𝗗rillsActivities with which the day is opened with usually have indelible impacts on kids. Morning drills that children are guided to participate in, fall into this category. Besides the fact that such activities have a higher probability of being appropri...Discuss·31 readsAssembly
Asogwa Emmanuelasogwa001.hashnode.net·Dec 31, 20220x05 Mixing C and assemblysuch emptyDiscussEmbedded Driversembedded systems
Asogwa Emmanuelasogwa001.hashnode.net·Dec 31, 20220x04 The art of assembly programming - 2such emptyDiscussEmbedded DriversAssembly