File: reserv.asm

package info (click to toggle)
pasmo 0.5.3-6
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 828 kB
  • ctags: 1,531
  • sloc: cpp: 8,508; asm: 3,020; sh: 790; makefile: 114
file content (9 lines) | stat: -rw-r--r-- 85 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
	org 100h
nn	equ 1
add$:	nop
	jr add$

	ld b, (1)
	add a,(nn)
	add a,(add$)
	or (nn)