Thanks for the clarification on the M/L monitors. I tend to use the assembler terms interchangeably.
For short and quick codes, I usually use "Monitor$C000" directly, since it assembles and runs on the spot. For longer ones, I use the full set...Editor64, Assembler 64, LoLoader64, and Monitor$C000 ...
Search found 3 matches
- Fri Aug 05, 2022 7:49 pm
- Forum: Newbies
- Topic: ASL with Accumulator??
- Replies: 8
- Views: 1510
- Fri Aug 05, 2022 4:30 pm
- Forum: Newbies
- Topic: ASL with Accumulator??
- Replies: 8
- Views: 1510
Re: ASL with Accumulator??
To all,
Thank you for the informative information! I struggled with ASLA and ASL A, neither of which were recognized by the C64 Macro Assembler Development System (CBM 1982).- MADS.
I did return to the simple ASL with no Operand, and it worked running Monitor$C000.
.A 033C LDA #$01
.A ASL
.A BRK ...
Thank you for the informative information! I struggled with ASLA and ASL A, neither of which were recognized by the C64 Macro Assembler Development System (CBM 1982).- MADS.
I did return to the simple ASL with no Operand, and it worked running Monitor$C000.
.A 033C LDA #$01
.A ASL
.A BRK ...
- Thu Aug 04, 2022 8:55 pm
- Forum: Newbies
- Topic: ASL with Accumulator??
- Replies: 8
- Views: 1510
ASL with Accumulator??
What is the operand for use with ASL when shifting bits in the accumulator?
The Programmers Reference Guide (CBM) shows "ASL A", but there seems to be no way to write the "A" which the C64 Assembler recognizes??
Any help would be appreciated!
Anthony G
The Programmers Reference Guide (CBM) shows "ASL A", but there seems to be no way to write the "A" which the C64 Assembler recognizes??
Any help would be appreciated!
Anthony G