PleegWat
|
836acb48af
|
Add test and fix for edgecase
|
2026-09-15 21:23:25 +02:00 |
|
PleegWat
|
016c6f7008
|
Add decimal for small (up to 8 digit) numbers
|
2026-09-15 21:11:14 +02:00 |
|
PleegWat
|
ae5f90456c
|
Add hex
|
2026-09-10 21:03:45 +02:00 |
|
PleegWat
|
431e00ca7e
|
Add octal support
|
2026-09-10 15:33:46 +02:00 |
|
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 |
|