| |
turtle Account closed
Registered: Mar 2005 Posts: 44 |
How to split the screen horizontally ?
........
No problem, to split the screen vertically, through the use of $ d012
..................
graphic
lda # $ 60
aa cmp $ d012
bne aa
text
........
|
|
... 30 posts hidden. Click here to view all posts.... |
| |
Stainless Steel
Registered: Mar 2003 Posts: 966 |
Google is your friend.
http://www.esw-heim.tu-clausthal.de/~marco/smorbrod/acme/
http://www.cbmhardware.de/c64/acme.php?Lang=E
|
| |
turtle Account closed
Registered: Mar 2005 Posts: 44 |
Quote: Google is your friend.
http://www.esw-heim.tu-clausthal.de/~marco/smorbrod/acme/
http://www.cbmhardware.de/c64/acme.php?Lang=E
this is only for win 32 not xp
sorry i am a litle bit lame =(
i am trying to learn. |
| |
JackAsser
Registered: Jun 2002 Posts: 2014 |
Quote: this is only for win 32 not xp
sorry i am a litle bit lame =(
i am trying to learn.
uhm... windows xp IS win32. If you're running xp 64-bit then it can run win32-binaries anyway. |
| |
turtle Account closed
Registered: Mar 2005 Posts: 44 |
how do i install it ? =)
just get a black screen , and so it disapear |
| |
Cruzer
Registered: Dec 2001 Posts: 1048 |
Protip: Horizontal is like the horizon. Vertical is the other way.
|
| |
turtle Account closed
Registered: Mar 2005 Posts: 44 |
Quote: Protip: Horizontal is like the horizon. Vertical is the other way.
thanks ..
must say I love your work ...
has to come with something new soon =) |
| |
turtle Account closed
Registered: Mar 2005 Posts: 44 |
Quote: ........
No problem, to split the screen vertically, through the use of $ d012
..................
graphic
lda # $ 60
aa cmp $ d012
bne aa
text
........
How to split the screen vertically ?
How to split the screen vertically ?
How to split the screen vertically ?
How to split the screen vertically ?
=) |
| |
Cybernator
Registered: Jun 2002 Posts: 154 |
> how do i install it ? =)
No need to install it, just type "ACME <name_of_source>" and you get a compiled prg file. Also, it works like a charm on 64-bit XP, so I see no reason why that would not be the case with 32-bit XP. |
| |
turtle Account closed
Registered: Mar 2005 Posts: 44 |
Quote: > how do i install it ? =)
No need to install it, just type "ACME <name_of_source>" and you get a compiled prg file. Also, it works like a charm on 64-bit XP, so I see no reason why that would not be the case with 32-bit XP.
eks =) ?
acme c:\pr...... hmm |
| |
Cybernator
Registered: Jun 2002 Posts: 154 |
You might want to add ACME to your PATH (this is not absolutely necessary, but it will make life easier :)). Let's say you unpacked the assembler in C:\Acme. Right click on My Computer and select Properties. Go to the advanced tab and click Environment Variables. In the "System variables" listbox, select "Path" and click Edit. Now, in Variable value, at the end of the string (make sure you don't delete anything you might have here), add ";C:\Path" (excluding the quotes).
If you already have a DOS shell opened, close it and open it again (so the changes can take effect). Now go to the directory where you source code is. Once there (assuming the source code is named Exmaple.asm) type "acme example.asm", and that's it. The resulting filename is the one you give in the !to directive (in the source code).
|
Previous - 1 | 2 | 3 | 4 - Next |