ACC (programming language): Difference between revisions

Content deleted Content added
m clean up
i added info
Line 2:
 
[[Pointer (computer programming)|Pointers]] are 4 [[byte]]s, and can access all available memory. All memory can be allocated too. The compiler, [[Assembler (computer programming)|assembler]] and [[Linker (computing)|linker]] are all very small and reportedly very fast.<ref>{{Cite web|url=https://support.hpe.com/hpsc/doc/public/display?docId=emr_na-c02653591|title=ACC Programming guide|last=|first=|date=|website=|archive-url=|archive-date=|access-date=}}</ref>
 
ACC uses simple commands which place objects and change them. As such, it is very hard to make games with complicated sprites, because there is no command which can group objects. Almost every type of command is two or three letters, for example: tx=text, col=color, oct=octagon, etc. It is similar to [[Batch file|Batch]].
 
== References ==