From 383c203d77404b4f74723d7a89be691744f41c25 Mon Sep 17 00:00:00 2001 From: Tianhao Wang Date: Tue, 14 Mar 2023 10:47:25 +0100 Subject: add delay between IOs --- src/arch/x86_64/asm/misc.s | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/arch/x86_64/asm/misc.s (limited to 'src/arch/x86_64/asm/misc.s') diff --git a/src/arch/x86_64/asm/misc.s b/src/arch/x86_64/asm/misc.s new file mode 100644 index 0000000..fc5aa90 --- /dev/null +++ b/src/arch/x86_64/asm/misc.s @@ -0,0 +1,11 @@ +; place for misc code, before they find better places to live.. + +[GLOBAL _delay] + +[SECTION .text] + +_delay: + jmp .dummy +.dummy: + ret + -- cgit v1.2.3-70-g09d2