From d80736ab6e8e3cad2f1a30c6eaba2d6883dbe967 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sat, 26 Aug 2017 20:31:40 +0200 Subject: Remove AmForth --- .../avr8/devices/atmega128rfr2/blocks/EEPROM.frt | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 amforth-6.5/avr8/devices/atmega128rfr2/blocks/EEPROM.frt (limited to 'amforth-6.5/avr8/devices/atmega128rfr2/blocks/EEPROM.frt') diff --git a/amforth-6.5/avr8/devices/atmega128rfr2/blocks/EEPROM.frt b/amforth-6.5/avr8/devices/atmega128rfr2/blocks/EEPROM.frt deleted file mode 100644 index b2d892c..0000000 --- a/amforth-6.5/avr8/devices/atmega128rfr2/blocks/EEPROM.frt +++ /dev/null @@ -1,19 +0,0 @@ -\ Generated automatically for atmega128rfr2 -\ #require bitnames.frt - -\ EEPROM -$41 constant EEAR \ EEPROM Address Register Bytes -$40 constant EEDR \ EEPROM Data Register -$3f constant EECR \ EEPROM Control Register - $c0 constant EECR_Res \ Reserved - 3f $c0 bitmask: EECR.Res \ Reserved - $30 constant EECR_EEPM \ EEPROM Programming Mode - 3f $30 bitmask: EECR.EEPM \ EEPROM Programming Mode - $8 constant EECR_EERIE \ EEPROM Ready Interrupt Enable - 3f $8 bitmask: EECR.EERIE \ EEPROM Ready Interrupt Enable - $4 constant EECR_EEMPE \ EEPROM Master Write Enable - 3f $4 bitmask: EECR.EEMPE \ EEPROM Master Write Enable - $2 constant EECR_EEPE \ EEPROM Programming Enable - 3f $2 bitmask: EECR.EEPE \ EEPROM Programming Enable - $1 constant EECR_EERE \ EEPROM Read Enable - 3f $1 bitmask: EECR.EERE \ EEPROM Read Enable -- cgit v1.2.3