OSDN Git Service

SimpleHTMLEditorを追加。
[chnosproject/CHNOSProject.git] / CHNOSProject / chnos / tolset_chn_000 / chnos_010 / asmtest / asmtest.nas
diff --git a/CHNOSProject/chnos/tolset_chn_000/chnos_010/asmtest/asmtest.nas b/CHNOSProject/chnos/tolset_chn_000/chnos_010/asmtest/asmtest.nas
deleted file mode 100644 (file)
index 7cb3d51..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-[FORMAT "WCOFF"]\r
-[INSTRSET "i486p"]\r
-[BITS 32]\r
-\r
-       GLOBAL  _CHNMain\r
-\r
-[SECTION .text]\r
-\r
-_CHNMain:\r
-       mov     edx, 2\r
-       mov     ebx, msg\r
-       int     0x40\r
-       mov     edx, 4\r
-       int     0x40\r
-msg:\r
-       db      "hello", 0\r