-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathctrlbas.asm
More file actions
59 lines (54 loc) · 1.21 KB
/
ctrlbas.asm
File metadata and controls
59 lines (54 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
CPU 8080
Z80SYNTAX EXCLUSIVE
ORG 2800H
Stack EQU $+0f0h
ld sp,Stack
ld hl,szHello
call 0f818h
ld hl,0000h
ld de,Sums
CalcSumBlock:
xor a
CalcSumLoop:
add a,(hl)
inc hl
ld b,a
ld a,l
or a
ld a,b
jp nz,CalcSumLoop
ld a,(de)
cp b
call nz,SumError
inc de
ld a,h
cp 19h
jp nz,CalcSumBlock
ld hl,szEnd
call 0f818h
call 0f803h
jp 0f800h
SumError:
push hl
ld hl,szError
call 0f818h
pop hl
push hl
push de
dec h
ld a,h
call 0f815h
pop de
pop hl
ret
szHello:
DB 01FH, "*mikro/80* programma prowerki", 0dh,0ah, 0
szEnd:
DB 0dh, 0ah, "konec raboty.", 0dh,0ah
DB "dlq wozwrata w monitor navmite l`bu` klawi{u.", 0
szError:
DB 0dh,0ah, "o{ibka w bloke - ",0
Sums: DB 095h, 03Ah, 014h, 04Bh, 058h, 061h, 0E4h
DB 090h, 038h, 0D6h, 0F4h, 06Ah, 074h, 0CBh
DB 033h, 093h, 065h, 070h, 0BFh, 0D6h, 0A2h
DB 0B4h, 03Dh, 01Ah, 06Ah