If you are dividing that network into two parts you will need to borrow two bits.
The subnet mask then becomes
255.255.192.0
The first network will be
128.197.64.1 = 127.197.010000.0000001
To
128.197.127.254 = 128.197.01111111.11111110
128.197.127.255 is your directed broadcast
128.197.64.0 is the wire
The second network will be
128.197.128.1 = 128.197.10000000.00000001
to
128.197.191.254 = 128.197.10111111.11111110
128.197.191.255 is your directed broadcast.
128.197.128.0 is the wire
128.197.255.255 is your standard broadcast
I did this all in my head so there oculd be some wrong numbers in there

Jkrohn