Commit Graph
7 Commits
Author SHA1 Message Date
PleegWat 40e4272cdd Int to string conversion
Initially only binary output
2026-09-08 17:00:26 +02:00
PleegWat 304fe54833 Apply agreed naming conventions 2026-09-06 16:13:40 +02:00
PleegWat 6f7ad3aa4b Implement atoi
Parse strings to integer (binary, octal, decimal, or hexadecimal)
2026-09-06 16:12:50 +02:00
PleegWat dd20822ee1 Use all unsigned compares 2026-09-05 16:41:52 +02:00
PleegWat 4c0cd79fdd Fix several bugs 2026-09-05 16:37:51 +02:00
PleegWat 2f09320fa5 Add optimization for arbitrary aligned values
Any value with 16 or less significant bits but larger than 64k is loaded
in one fewer cycle
2026-09-05 15:39:55 +02:00
PleegWat 8e7441fdb3 Add ISA definitions for symphony
Adds both a 'stock' ISA (copied from the game) and one modified for test
code
2026-09-05 15:36:54 +02:00