View difference between Paste ID: mDDWnS8r and 2qXEUcMX
SHOW: | | - or go back to the newest paste.
1
; b, c, a
2
; r, b, g
3
; out : bc
4
	rr	c
5
	rr	c
6
	rr	c
7
	rr	c
8
	rra
9
	rr	c
10
	rra
11
	rr	c
12
	rra
13
	ld	e, a
14
	ld	a, c
15
	and	%00000011
16
	ld	c, a
17
	ld	a, b
18
	sll	a
19
	and	%01111100
20
	or	a, c
21
	ld	b, a
22
	ld	c, e