Remove unneeded mk-tmp-heap from x16tmpheap.fth

This commit is contained in:
Philip Zembrod 2021-02-08 22:07:53 +01:00
parent 832f03b9ea
commit a710214576

View File

@ -19,9 +19,6 @@ User ]tmpheap
\ X16 KERNAL. The banked RAM lives from $a000 to $bfff.
1 $9f61 c! $a000 tmpheap[ ! $c000 dup ]tmpheap ! tmpheap> !
: mk-tmp-heap ( size -- )
heap dup ]tmpheap ! tmpheap> ! hallot heap tmpheap[ ! ;
: tmp-hallot ( size -- addr )
tmpheap> @ swap -
dup tmpheap[ @ u< abort" tmp heap overflow"