diff --git a/src/int21/int21.s b/src/int21/int21.s index c5b9657..d6d8d29 100644 --- a/src/int21/int21.s +++ b/src/int21/int21.s @@ -8,6 +8,7 @@ int21: movzx bx, ah shl bx, 1 add bx, fn + mov bx, word [bx] push end21 ; the proper return address ; generated return address. should avoid any issues ; with things like prefetch or instruction caches