diff options
author | Rangi <remy.oukaour+rangi@gmail.com> | 2020-08-09 15:16:31 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi@gmail.com> | 2020-08-09 15:16:31 -0400 |
commit | 9c229cde440bc6f68343331ad7bc6e1a52a742f0 (patch) | |
tree | 3bc08aaca7e09ae9933a11dbdcdc545b90d5b343 /home/math.asm | |
parent | a75c6619fb933dc2d4c94b24394fb6fa9335b3b1 (diff) |
Clean up some code in home/
Diffstat (limited to 'home/math.asm')
-rw-r--r-- | home/math.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/math.asm b/home/math.asm index 31b7cd9..c9d9f5c 100644 --- a/home/math.asm +++ b/home/math.asm @@ -18,4 +18,4 @@ Divide:: pop bc pop de pop hl - ret
\ No newline at end of file + ret |