timing diagram of 05h
the purpose of mvi is to 8 bit data immidiatly to the register or memory example mvi b,05h will move 05h to register b
05h 30m 00s, +00° 00′ 00″
05h 30m 00s, +00° 00′ 00″
05h 30m 00s, +00° 00′ 00″
98H. Were you in Charlie Company at Devens? I was in Bravo Company in 1982.
The coordinates of Rigel, a bright star in the constellation Orion, are approximately Right Ascension 05h 14m 32s and Declination -08° 12' 05".
The celestial coordinates of Capella are approximately right ascension 5h 16m 41s and declination +45° 59′ 52″ in the constellation of Auriga.
00h, 01h, 02h, 03h, 04h, 05h, 06h, 07h, 08h, 09h, 10h, 11h, 12h, 13h, 14h, 15h, 16h, 17h, 18h, 19h 20h
Mov ax,data mov ds,ax mov dl,05h up2: lea si,ser1 mov cl,05h up1: mov al,ds:[si] mov ah,al inc si cmp al,ds:[si] jc down mov ah,ds:[si] mov ds:[si],al dec si mov ds:[si],ah inc si down:dec cl jnz up1 dec dl jnz up2 int 3h
Capella is the brightest star in the constellation Auriga.It's coordinates are:Right ascension 05h 16m 41.3591sDeclination +45° 59′ 52.768See related link for a star map and a wikisky link
Clr psw.3 clr psw.4 mov r1, 05h mov r0, #50h dcr r1 mov 10h, @r0 up: inc r0 mov a, @r0 cjne a, 10h dn ajmp dn: jnc next mov 10h,a next: djnz r1 up *:ajmp *