x86-Assembly-Reverse-Engine.../Assembler Intel Code/bios_keyboard_loop.S
AYIDouble 0706329497 Add
2018-09-13 10:28:04 +02:00

7 lines
No EOL
90 B
ArmAsm

#include "common.h"
BEGIN
start:
mov $0x00, %ah
int $0x16
PUTC <%al>
jmp start