From 9e05fcf9a26fdc09014f374270e7c50c11932150 Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Wed, 27 Jan 2021 11:14:32 +0100 Subject: [PATCH] Removed comment --- src/elib/convert.asm | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/elib/convert.asm b/src/elib/convert.asm index 005a89b..72489d8 100644 --- a/src/elib/convert.asm +++ b/src/elib/convert.asm @@ -4,8 +4,6 @@ HEX_OUT: db "0x0000", ASCII_END ; This SR is going to mess up some registers ; since it fills the register with the desired ; pointer toward the string. -; -; Disclaimer: use popa if you want to get back your registers!!! hexToASCII: mov cx, 0 ; incrementor