mirror of
https://github.com/AYIDouble/x86-Assembly-Reverse-Engineering.git
synced 2026-06-21 00:46:54 +08:00
7 lines
No EOL
90 B
ArmAsm
7 lines
No EOL
90 B
ArmAsm
#include "common.h"
|
|
BEGIN
|
|
start:
|
|
mov $0x00, %ah
|
|
int $0x16
|
|
PUTC <%al>
|
|
jmp start |