Does an original Apple-1 print an H with LDA #$48\nJSR $FFEF?

2 posts / 0 new
Last post
Offline
Last seen: 17 hours 30 min ago
Joined: Dec 21 2024 - 04:24
Posts: 1
Does an original Apple-1 print an H with LDA #$48\nJSR $FFEF?

Wozmon sends all characters to $D012 with the bit7 high.

 

Modern replicas and emulators print an 'H' when sending #$48 or #$C8.

 

I want to know if sending #$48 to $D012 in an original Apple-1 also prints 'H'.

 

If you have an original Apple-1, could you run this little program?

0000  A9 48                      LDA #$48

0002  20 EF FF                   JSR $FFEF

0005  A9 C8                      LDA #$C8

0007  20 EF FF                   JSR $FFEF

000A  4C 00 FF                   JMP $FF00

 

How many 'H's does it print?

Online
Last seen: 28 min 59 sec ago
Joined: Sep 21 2017 - 11:10
Posts: 40
My A1 responded...

On mine I get;

 

0000: A9H_\

 

Log in or register to post comments