Guest User

Untitled

a guest
Feb 18th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. MainEntry ()
  2. {
  3. return 0;
  4. }
  5.  
  6.  
  7.  
  8. ; Small C SM8521
  9. ; Coder (1.2,84/11/28)
  10. ; Front End (2.7,84/11/28)
  11.  
  12. title C TEST
  13.  
  14. type 8521
  15.  
  16. program
  17.  
  18.  
  19. db 08h
  20. db 20h
  21. dw MainEntry
  22. db 00000011b
  23. dm 'TigerDMGC'
  24. db 00000000h
  25. db 175
  26. db 0
  27. dm 'CtestXXXX'
  28. dw 0426h
  29. db 085h
  30. db 0
  31. dw 0
  32.  
  33.  
  34. MainEntry:
  35.  
  36. mov r0,#0
  37. jmp LL1
  38. LL1:
  39.  
  40. ret
  41.  
  42. end
  43.  
  44. ;0 error(s) in compilation
  45. ; literal pool:0
  46. ; global pool:42
  47. ; Macro pool:49
Add Comment
Please, Sign In to add comment