ShatteredMINT
  • Joined on 2024-09-27
ShatteredMINT pushed to main at TCShenanigans/symphony_stdlib 2026-09-03 20:32:46 +02:00
7c49c5212e move assembly files into src directory
ShatteredMINT pushed to main at TCShenanigans/symphony_stdlib 2026-09-03 20:30:12 +02:00
6ff1a43c32 Merge pull request 'Added find_index array function' (#9) from Micha_i/symphony_stdlib:array-functions into main
b5249a43b9 Merge branch 'main' into array-functions
5c9a33c24d Merge branch 'main' into array-functions
1e4ad8f64c Merge branch 'main' into array-functions
20e1f17181 Fixed swapped pop instructions
Compare 18 commits »
ShatteredMINT merged pull request TCShenanigans/symphony_stdlib#9 2026-09-03 20:30:11 +02:00
Added find_index array function
ShatteredMINT commented on pull request TCShenanigans/symphony_stdlib#13 2026-09-03 17:05:15 +02:00
Add mem.compare, mem.copy, mem.fill32, unsafe_mem.compare

Do we want to keep unsafe_mem.asm?

ShatteredMINT pushed to main at TCShenanigans/symphony_stdlib 2026-09-03 14:56:19 +02:00
0188969dab Merge pull request 'Added read_line console function' (#10) from Micha_i/symphony_stdlib:console-functions into main
e4edb56d08 Merge branch 'main' into console-functions
aa8eef7b1f Fixed at-address
870b6ebc39 Merge branch 'main' into console-functions
ca1ba67fd8 Added a shift conversion LUT and finished read_line (except Writeback)
Compare 10 commits »
ShatteredMINT merged pull request TCShenanigans/symphony_stdlib#10 2026-09-03 14:56:17 +02:00
Added read_line console function
ShatteredMINT pushed to main at TCShenanigans/symphony_stdlib 2026-09-02 20:49:41 +02:00
37d0e556d2 Merge pull request 'clean up confusion about function template' (#14) from meta-documentation into main
26d3a4d4f4 clean up confusion about function template
Compare 2 commits »
ShatteredMINT merged pull request TCShenanigans/symphony_stdlib#14 2026-09-02 20:49:40 +02:00
clean up confusion about function template
ShatteredMINT pushed to meta-documentation at TCShenanigans/symphony_stdlib 2026-09-02 20:49:27 +02:00
26d3a4d4f4 clean up confusion about function template
786adfdb1c Merge pull request 'Changed docs of math functions to conform to new guidelines' (#12) from Micha_i/symphony_stdlib:math-functions-docs into main
84636799b6 Changed docs of math functions to conform to new guidelines
aa2cbe4ad8 Merge pull request 'Add basic meta documentation' (#11) from meta-documentation into main
Compare 4 commits »
ShatteredMINT created pull request TCShenanigans/symphony_stdlib#14 2026-09-02 20:49:13 +02:00
clean up confusion about function template
ShatteredMINT pushed to meta-documentation at TCShenanigans/symphony_stdlib 2026-09-02 20:48:10 +02:00
354be538c6 clean up confusion about function template
ShatteredMINT commented on pull request TCShenanigans/symphony_stdlib#13 2026-09-02 20:45:02 +02:00
Add mem.compare, mem.copy, mem.fill32, unsafe_mem.compare

i think we want to keep actual code outside of stdlib.asm i propose creating mem.asm

ShatteredMINT pushed to main at TCShenanigans/symphony_stdlib 2026-09-02 11:46:18 +02:00
786adfdb1c Merge pull request 'Changed docs of math functions to conform to new guidelines' (#12) from Micha_i/symphony_stdlib:math-functions-docs into main
84636799b6 Changed docs of math functions to conform to new guidelines
Compare 2 commits »
ShatteredMINT merged pull request TCShenanigans/symphony_stdlib#12 2026-09-02 11:46:16 +02:00
Changed docs of math functions to conform to new guidelines
ShatteredMINT commented on pull request TCShenanigans/symphony_stdlib#12 2026-09-02 11:45:33 +02:00
Changed docs of math functions to conform to new guidelines

Thanks for also documenting mul_low

ShatteredMINT pushed to math-functions-docs at Micha_i/symphony_stdlib 2026-09-02 11:44:35 +02:00
84636799b6 Changed docs of math functions to conform to new guidelines
aa2cbe4ad8 Merge pull request 'Add basic meta documentation' (#11) from meta-documentation into main
8301d5988a create teaching directory
dbd4865f14 change stack start
8f1b970a2f remove mention of non existent file
Compare 15 commits »
ShatteredMINT pushed to memory-map at TCShenanigans/symphony_stdlib 2026-09-02 11:41:31 +02:00
993bbb797d mention globabls.asm
ShatteredMINT pushed to memory-map at TCShenanigans/symphony_stdlib 2026-09-02 11:40:46 +02:00
7a9f2da1c0 create teaching directory
db8462a2fe change stack start
aa5cc1dbe0 remove mention of non existent file
f7d3ca2ec5 relax r7 requirement for result stack
da811fd65d remove duplicate documentation from stdlib.asm
Compare 13 commits »
ShatteredMINT pushed to main at TCShenanigans/symphony_stdlib 2026-09-02 11:39:29 +02:00
aa2cbe4ad8 Merge pull request 'Add basic meta documentation' (#11) from meta-documentation into main
8301d5988a create teaching directory
dbd4865f14 change stack start
8f1b970a2f remove mention of non existent file
ddca02d8a8 relax r7 requirement for result stack
Compare 14 commits »
ShatteredMINT merged pull request TCShenanigans/symphony_stdlib#11 2026-09-02 11:39:27 +02:00
Add basic meta documentation