--- gforth/arch/alpha/testasm.fs 2000/06/17 19:38:28 1.4 +++ gforth/arch/alpha/testasm.fs 2000/06/29 16:46:13 1.5 @@ -1,3 +1,4 @@ +also assembler create test_asm 1 2 3 addf, 1 2 3 addg, @@ -232,3 +233,13 @@ create test_asm 1 2 3 zap#, 1 2 3 zapnot, 1 2 3 zapnot#, +5 gt if, +begin, +ahead, +2 cs-roll +else, +endif, +endif, +6 lbs while, +repeat, +previous \ No newline at end of file