shrinking c.asm
[vtuts] / dos1 / a.asm
index 5b8f6ea..646069b 100644 (file)
@@ -1,6 +1,7 @@
        bits 16
        org 100h
 
+start:
        ; call video bios (10h) to set video mode (call 00h), to mode
        ; 13h (320x200 8bpp).
        mov ax, 13h     ; call number in ah (0), call argument in al (13h)