The Design of the Go Assembler
Offered By: Gopher Academy via YouTube
Course Description
Overview
Explore the design principles behind the Go assembler in this 24-minute conference talk from GopherCon 2016. Delve into the historical context of assembly language, starting with the Apollo 11 Guidance Computer, and learn about the common structure of assemblers. Discover the evolution from Plan 9 assemblers to the Go 1.5 Assembler, examining new components and their implementation. Follow along with a practical example of initializing the 386 architecture, and gain insights into the testing and table-driven approach used in the Go assembler's development. Enhance your understanding of low-level programming concepts and the Go language's internal workings through this informative presentation by Rob Pike.
Syllabus
Intro
We still need assembly language
Apollo 11 Guidance Computer
Common structure
The pieces
The Plan 9 assemblers
The new pieces
Go 1.5 Assembler
An example: initializing the 386
Testing
Tables
Conclusion
Taught by
Gopher Academy
Related Courses
A Holistic Go ExperienceGopher Academy via YouTube Safe, Fast, and Easy - Building a Plugin System with WebAssembly
Gopher Academy via YouTube A Journey Through Integration Testing with Go - What Could Go Wrong?
Gopher Academy via YouTube Kraken Wrangling for Dummies - Go Module Dependency Management at Scale
Gopher Academy via YouTube Go, the Data Engineer's Missing Tool?
Gopher Academy via YouTube