chiark / gitweb /
print boardobject values in hex
[trains.git] / iwjpictest / test2.asm
1 ; test for globals and res and stuff
2
3                 extern somewhere
4                 extern fixed
5
6                 include         test.inc
7
8                 code
9
10 nothing_much
11                 incf            somewhere, F
12                 lfsr            0, fixed
13                 decf            POSTINC0, F
14                 return
15
16                 end