diff options
author | Marvin Borner | 2021-04-20 17:42:10 +0200 |
---|---|---|
committer | Marvin Borner | 2021-04-20 17:43:30 +0200 |
commit | 5e257cbf702e57fd55f8477a63236bdb9ce454f4 (patch) | |
tree | 09567e1f12f8e617ebd3cfa17e0b773c026c57af /test.asm | |
parent | fbf9cfee0d22a2750b894c2ddb19dff2a50810b4 (diff) |
Awesome stuff
Diffstat (limited to 'test.asm')
-rw-r--r-- | test.asm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,2 +1,4 @@ +P0 DATA 080h + mov A, #42 jmp $ |