Propeddle icon indicating copy to clipboard operation
Propeddle copied to clipboard

Software-Defined 6502 Computer

Results 1 Propeddle issues
Sort by recently updated
recently updated
newest added

**PropeddleRAM.spin** ``` {149} tjz len, tabledone {213} jmp Loop ``` **PropeddleTrace.spin** ``` 'tp=12 mov clock, CNT mov newaddr, INA 'tp=20 and data, mask_DATA or data, addr 'tp=28 if_nc wrlong data,...