Commit Graph

7 Commits

Author SHA1 Message Date
John Schneiderman d1892d8a4c Changes from being mostly assembly to be based upon a C version.
Adds the additional error conditions for get_s: truncation
	and too small buffer.
2024-09-29 11:30:01 +02:00
drmortalwombat 0711764fef Reduce inline assembly in stdio and conio 2024-09-29 11:30:01 +02:00
John Schneiderman b3ed9cf160 Adds implementation of the get_s C function. 2024-09-22 12:26:46 +02:00
drmortalwombat 24cc6e20c8 Fix compiler getting stuck on optimizing infinite loop 2021-12-25 12:30:24 +01:00
drmortalwombat 720e532d22 Added scanf and sscanf to stdio 2021-12-24 14:39:03 +01:00
drmortalwombat 5372d49b50 Petscii translation in stdio and conio 2021-10-12 17:54:10 +02:00
drmortalwombat 7af458832b Initial commit 2021-09-06 18:34:52 +02:00