File: 001_Trivial_test.asm

package info (click to toggle)
mcu8051ide 1.4.9-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 18,820 kB
  • sloc: tcl: 94,956; xml: 2,122; sh: 2,113; asm: 246; ansic: 96; awk: 18; makefile: 5
file content (7 lines) | stat: -rw-r--r-- 44 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
	org	0

m:	mov	A, #55h
	cpl	A
	sjmp	m

	end