From: pito <pi...@vo...> - 2010-08-28 23:43:36
|
Marcin, here is the .s part of the .lst of amforth for 1284p: .include "words/dot-s.asm" ; R( -- ) ; stack dump VE_DOTS: 000888 ff02 .dw $ff02 000889 732e .db ".s" 00088a 0881 .dw VE_HEAD .set VE_HEAD = VE_DOTS XT_DOTS: 00088b f00a .dw DO_COLON PFA_DOTS: 00088c f2a1 .dw XT_SP_FETCH 00088d 05db .dw XT_DEPTH 00088e f255 .dw XT_1MINUS 00088f f153 .dw XT_ZERO 000890 f2c4 .dw XT_DOQDO 000891 089f .dw PFA_DOTS2 PFA_DOTS1: 000892 f0c2 .dw XT_DUP 000893 f2da .dw XT_I 000894 f0c2 .dw XT_DUP 000895 0884 .dw XT_UDOT 000896 f22b .dw XT_2STAR 000897 f1bc .dw XT_PLUS 000898 f0c2 .dw XT_DUP 000899 0884 .dw XT_UDOT 00089a f09a .dw XT_FETCH 00089b 0884 .dw XT_UDOT 00089c 0344 .dw XT_CR 00089d f2e2 .dw XT_DOLOOP 00089e 0892 .dw PFA_DOTS1 PFA_DOTS2: 00089f f0ea .dw XT_DROP 0008a0 f048 .dw XT_EXIT I hope you are asking for this .lst (:-)). The whole .lst is 280k. Pito. ----- PŮVODNÍ ZPRÁVA ----- Od: "Marcin Cieslak" <sa...@sa...> Komu: "Everything around amforth" <amf...@li...> Předmět: Re: [Amforth-devel] .s on 1284p Datum: 28.8.2010 - 22:30:10 > On Sat, 28 Aug 2010, pito wrote: > > > Matthias, > > something is telling me that the adress (the > > 16557)cannot be higher > > > than > > 16384. P. > > Do you have an assembly .lst listing or can > produce one? > > --Marcin |