Add ld{32,16,8},sw{32,16,8},clz{,32,16,8},clo{,32,16,8},rng,rev,rbit; rename swap->xch
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
(
|
||||
; Print 2000 random ascii characters
|
||||
(ld r0 2000)
|
||||
(:n)
|
||||
(rng @cout 32 126)
|
||||
(dec r0)
|
||||
(j.nz :n)
|
||||
(ld @cout '\n')
|
||||
)
|
||||
Reference in New Issue
Block a user