Welcome, Guest. Please login or register.

Author Topic: Hardware pin on an A500 to toggle via assembly  (Read 1273 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline psxphill

Re: Hardware pin on an A500 to toggle via assembly
« on: January 04, 2014, 12:08:39 AM »
Quote from: kamiga;756184
Maybe a pin from the parallel port?
 
Ideally, there won't be any complicated chip-setup procedure, os libraries to load, or anything.
 
If I could just add/mov a 1 or a 0 into an address, that would be perfect.

Parallel port is simplest, you just need a couple of move.b to set the port to output and write a byte to the port.