mirror of
https://github.com/open-goal/jak-project
synced 2026-07-06 14:01:20 -04:00
8 lines
200 B
Scheme
8 lines
200 B
Scheme
;-*-Scheme-*-
|
|
|
|
|
|
(test-setup 11 #f)
|
|
|
|
(+ (shlv 2 3) (shlv 1 0) (shlv 0 4) (shrv 2 3) (shrv 10 2) (shlv -2 1) (sarv -16 2))
|
|
;; 16 1 0 0 2 -4 -4
|