From 75bb42663294b388377178b7257c6f8c0f787032 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 29 Aug 2021 21:18:03 +0200 Subject: KVM stuff --- test.asm | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test.asm (limited to 'test.asm') diff --git a/test.asm b/test.asm new file mode 100644 index 0000000..f115ca4 --- /dev/null +++ b/test.asm @@ -0,0 +1,12 @@ +xor dx, dx + +test: +in ax, 0x60 +mov bx, 42 + +mov cx, 1 +add dx, cx +cmp dx, 255 +jne test + +hlt -- cgit v1.2.3