Search:

Type: Posts; User: Alice

Search: Search took 0.10 seconds.

  1. Replies
    132
    Views
    73,588

    Sticky: Re: 500 Ways to Print 1 to 10

    #52. 8086 assembler using interrupts

    org 100h

    ; set screen to text mode
    mov ax, 3
    int 10h

    ; init segment register
    mov ax, 0b800h
  2. Replies
    132
    Views
    73,588

    Sticky: Re: 500 Ways to Print 1 to 10

    #50. Logo 8-}

    PENUP
    LEFT 90
    FORWARD 220
    RIGHT 90
    FORWARD 20

    PENDOWN
    RIGHT 45
Results 1 to 2 of 2