mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Fix date of new post
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Returning from Exceptions"
|
title = "Returning from Exceptions"
|
||||||
date = "2016-08-06"
|
date = "2016-09-21"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
In this post, we learn how to return from exceptions correctly. In the course of this, we will explore the `iretq` instruction, the C calling convention, multimedia registers, and the red zone.
|
In this post, we learn how to return from exceptions correctly. In the course of this, we will explore the `iretq` instruction, the C calling convention, multimedia registers, and the red zone.
|
||||||
|
|||||||
Reference in New Issue
Block a user