~rabbits/donsol

c2def987ce74b5b729ce63e490b78d312ecfac2e — neauoire 1 year, 2 months ago d76fdcc
Removed debugger
1 files changed, 0 insertions(+), 18 deletions(-)

M src/main.tal
M src/main.tal => src/main.tal +0 -18
@@ 288,12 288,6 @@ BRK

BRK

%HALT   { #010f DEO }
%EMIT   { #18 DEO }
%PRINT  { ;print-str JSR2 #0a EMIT }
%DEBUG  { ;print-hex/byte JSR2 #0a EMIT }
%DEBUG2 { ;print-hex JSR2 #0a EMIT }

@on-mouse-game ( -> )

	( timer locked )


@@ 327,18 321,6 @@ BRK

BRK

@print-hex ( value* -- )

	SWP ,&byte JSR 
	&byte ( byte -- )
		STHk #04 SFT ,&parse JSR #18 DEO
		STHr #0f AND ,&parse JSR #18 DEO
	JMP2r
	&parse ( byte -- char ) DUP #09 GTH ,&above JCN #30 ADD JMP2r 
	&above #57 ADD JMP2r

JMP2r

( core )

@start-game ( -- )