Kowalski Simulator Macro Anomalies
Re: Kowalski Simulator Macro Anomalies
You can run any intel hex object code on the simulator! Just assemble with your favourite assembler (with the macros you want) and load the object code into the simulator.
6502 sources on GitHub: https://github.com/Klaus2m5
- BigDumbDinosaur
- Posts: 9426
- Joined: 28 May 2009
- Location: Midwestern USA (JB Pritzker’s dystopia)
- Contact:
Re: Kowalski Simulator Macro Anomalies
Klaus2m5 wrote:
You can run any intel hex object code on the simulator! Just assemble with your favourite assembler (with the macros you want) and load the object code into the simulator.
x86? We ain't got no x86. We don't NEED no stinking x86!
- BigDumbDinosaur
- Posts: 9426
- Joined: 28 May 2009
- Location: Midwestern USA (JB Pritzker’s dystopia)
- Contact:
Re: Kowalski Simulator Macro Anomalies
8BIT wrote:
I've been searching through the forum for bugs/feature requests/etc with the Kowalski Simulator and found this. Can you describe the purpose and use of the .PARAMTYPE feature?
I will post a consolidated list of bugs and feature requests once its completed.
I will post a consolidated list of bugs and feature requests once its completed.
The Kowalski assembler's Motorola S-record output only generates S1 and S9 records. While those two record types are sufficient to transfer object code to another system, some applications may require S0 and S5 records. For example, the software for the well-known TOPS programmers will accept an S-record file, but not the Kowalski version, as it lacks the S0 and S5 records.
Dunno how much a task it would be to add those two records.
x86? We ain't got no x86. We don't NEED no stinking x86!
Re: Kowalski Simulator Macro Anomalies
Klaus2m5 wrote:
You can run any intel hex object code on the simulator!