Rivoreo Source Code Repositories
src.rivoreo.one
/
emulators
/
i8080ash
/
bf68d9dca8f74db0ce9b51939c0aae09b2b1d5ad
/
i8080.ash
bf68d9d
Workaround a bug of bash 'read' command
by WHR
· 3 days ago
7449a70
Change environment variable 'I8080ASH_USE_STTY_MIN_TIME' to 'I8080ASH_USE_STTY_MIN' that enables a workaround for some operating systems
by WHR
· 4 days ago
6aaba37
Recognize environment variables 'I8080ASH_ASSUME_NONBLOCK_STDIN' and 'I8080ASH_USE_STTY_MIN_TIME'
by WHR
· 5 days ago
15029d9
Recognize 'I8080ASH_PRINT_REGISTERS_ON_HALT' environment variable as an alias for 'PRINT_REGISTERS_ON_HALT'
by WHR
· 5 days ago
ef30f02
Pass the non-standard 'iflag=nonblock' operand to dd(1) to read single input key without blocking, if 'I8080ASH_USE_DD_IFLAG_NONBLOCK' environment variable is set to a non-empty string
by WHR
· 5 days ago
9a69cce
Make uses of some bash-specific features of 'read' command instead of external commands to read input keys, if 'I8080ASH_USE_BASH_READ' environment variable is set to a non-empty string
by WHR
· 5 days ago
a5b73ba
Fallback to using xxd(1) if hexdump(1) isn't available
by WHR
· 5 days ago
63b78a8
Print register values on halt, if 'PRINT_REGISTERS_ON_HALT' environment variable is set to a non-empty string
by WHR
· 5 days ago
1db6b25
Implement i8080 emulation logic in Almquist shell, into the existing emulator driver of i8080bash which has the following commit log in a local Git repository
by WHR
· 5 days ago