diff --git a/asm/jmp.asm b/asm/jmp.asm new file mode 100644 index 0000000..4c9b00c --- /dev/null +++ b/asm/jmp.asm @@ -0,0 +1,2 @@ +_start: + jmp _start ; you can also use loop instruction, both instructions can use memory address as an operand