diff options
author | bd <bdunahu@operationnull.com> | 2025-05-11 22:42:50 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-05-11 22:42:50 -0400 |
commit | bb7de0c564309a52ff34fed7a8904552c4616492 (patch) | |
tree | 4cc60cf326a744ac86b4367d3be0f77c1bfc56eb /input/there-and-back-again.asm | |
parent | 0c81e5b481db57e14ccd0b2841b24baae15d30f9 (diff) |
Diffstat (limited to 'input/there-and-back-again.asm')
-rw-r--r-- | input/there-and-back-again.asm | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/input/there-and-back-again.asm b/input/there-and-back-again.asm index 5f6b2ec..22dfb32 100644 --- a/input/there-and-back-again.asm +++ b/input/there-and-back-again.asm @@ -4,16 +4,16 @@ .data .text MAIN: - jal PUSHER - pop $5 - nop - nop - nop - quot $0 $0 $0 + jal PUSHER + pop $5 + nop + nop + nop + quot $0 $0 $0 PUSHER: - push $2 - ret - nop - nop - nop - nop + push $2 + ret + nop + nop + nop + nop |