Computerphile
Subroutines in Low Level Code
2025 • E17 May 5, 2025 32m
Bashing out low-level code, it can be annoying to re-type the same commands over and over when you need to repeat a routine. Matt Godbolt explains how we can save frequently used code as a subroutine and reuse whenever its needed.