summaryrefslogtreecommitdiffstats
path: root/sw/z80/build/kernel/kernel.asm
blob: a29db4dbd47893c982fbccfc198d285bbbe24f79 (plain)
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
60
61
62
63
64
65
;--------------------------------------------------------
; File Created by SDCC : free open source ANSI-C Compiler
; Version 3.5.0 #9253 (Mar 24 2016) (Linux)
; This file was generated Tue May  2 18:13:35 2017
;--------------------------------------------------------
	.module kernel
	.optsdcc -mz80
	
;--------------------------------------------------------
; Public variables in this module
;--------------------------------------------------------
	.globl _main
;--------------------------------------------------------
; special function registers
;--------------------------------------------------------
;--------------------------------------------------------
; ram data
;--------------------------------------------------------
	.area _DATA
;--------------------------------------------------------
; ram data
;--------------------------------------------------------
	.area _INITIALIZED
;--------------------------------------------------------
; absolute external ram data
;--------------------------------------------------------
	.area _DABS (ABS)
;--------------------------------------------------------
; global & static initialisations
;--------------------------------------------------------
	.area _HOME
	.area _GSINIT
	.area _GSFINAL
	.area _GSINIT
;--------------------------------------------------------
; Home
;--------------------------------------------------------
	.area _HOME
	.area _HOME
;--------------------------------------------------------
; code
;--------------------------------------------------------
	.area _CODE
;kernel/kernel.c:4: void main(void)
;	---------------------------------
; Function main
; ---------------------------------
_main::
;kernel/kernel.c:7: for (i = 0; i < 10; i++) {
	ld	de,#0x000A
00104$:
;kernel/kernel.c:8: j--;
	ld	c,e
	ld	b,d
	dec	bc
	ld	e, c
;kernel/kernel.c:7: for (i = 0; i < 10; i++) {
	ld	a,b
	ld	d,a
	or	a,c
	jr	NZ,00104$
	ret
	.area _CODE
	.area _INITIALIZER
	.area _CABS (ABS)