From d80736ab6e8e3cad2f1a30c6eaba2d6883dbe967 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sat, 26 Aug 2017 20:31:40 +0200 Subject: Remove AmForth --- amforth-6.5/avr8/words/store-i.asm | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 amforth-6.5/avr8/words/store-i.asm (limited to 'amforth-6.5/avr8/words/store-i.asm') diff --git a/amforth-6.5/avr8/words/store-i.asm b/amforth-6.5/avr8/words/store-i.asm deleted file mode 100644 index a56fce2..0000000 --- a/amforth-6.5/avr8/words/store-i.asm +++ /dev/null @@ -1,14 +0,0 @@ -; ( n addr -- ) -; System Value -; Deferred action to write a single 16bit cell to flash -VE_STOREI: - .dw $ff02 - .db "!i" - .dw VE_HEAD - .set VE_HEAD = VE_STOREI -XT_STOREI: - .dw PFA_DODEFER1 -PFA_STOREI: - .dw EE_STOREI - .dw XT_EDEFERFETCH - .dw XT_EDEFERSTORE -- cgit v1.2.3