~rabbits/uxn

f14f7628931e2798dfefddfc08d956d554ffcd99 — Devine Lu Linvega a month ago fd84ff4
Removed test file
1 files changed, 0 insertions(+), 28 deletions(-)

D test.tal
D test.tal => test.tal +0 -28
@@ 1,28 0,0 @@

|0100

	;mmu-write #02 DEO2
	;mmu-read #02 DEO2
	;mmu-read2 #02 DEO2
	#0200 pstr #0a18 DEO
	#010e DEO
	#010f DEO

BRK

@pstr ( str* -- )

	&w
		LDAk #18 DEO
		INC2 LDAk ,&w JCN
	POP2

JMP2r

@mmu-write 01 0100 0000 =hello 0001 0800
@mmu-read 01 0100 0001 0800 0000 0200
@mmu-read2 01 0100 0001 0800 0000 0205

@hello "hello $1