mirror of
https://github.com/open-goal/jak-project
synced 2026-05-26 07:39:12 -04:00
b263e33e94
* fix mod bug and add div tests * update changelog
3 lines
89 B
Common Lisp
3 lines
89 B
Common Lisp
(_format #t "~X ~X~%"
|
|
(mod -1 10) ;; -1
|
|
(mod (the uint #xffffffff) 10)) |