Dear visitor, welcome to Forum64. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

|
|
Source code |
1 2 3 |
An unhandled exception occurred at $00007FCBDBA31EDB : EAccessViolation : Access violation $00007FCBDBA31EDB |
Quoted
Am liebsten hätte ich einen Remote-Monitor ähnlich Vice eingebaut, dann könnte ich den Emu auch am C64-Studio anbinden
(ausser die, die den 64-bit Linux Build benutzen, da crasht es leider (noch). Beim 32-bit Linux Build tut es aber). |
|
Source code |
1 2 3 4 5 6 7 8 9 10 |
.BASIC 10 print "demostration program"20 print "program start at";@CODESTART30 sys @CODESTART40 get a$:if a$=""then goto6050 if peek(@CODEEND)=96 then print"rts found at";@CODEEND60 print "program end" .DATA AMAcro macro a1,a2 DB "THAT'S ALL",32,'FOLK''S !',a1,a2 ; sample DATAendmacro MSG: bla=1if bla AMacro (6*2)+1,0else DB "YOU ARE",32,'HERE !',13,0 ; sample DATAendif .CODE CODESTART: LDX #0 STEPNEXT: TXA STA $0400,X INX BNE STEPNEXT i=1while i<=3 LDA #MSG JSR $AB1E i=i+1endwhile CODEEND: RTS org $900db "Hello!" |
|
|
Source code |
1 2 3 4 5 6 7 |
.BASIC 10 print "demostration program"20 print "program start at";@CODESTART30 sys @CODESTART40 get a$:if a$=""then goto6050 if peek(@CODEEND)=96 then print"rts found at";@CODEEND60 print "program end" .DATA MSG: DB "THAT'S ALL",32,'FOLK''S !',13,0 ; sample DATA .CODE CODESTART: LDX #0 STEPNEXT: TXA STA $0400,X INX BNE STEPNEXT LDA #MSG JSR $AB1E CODEEND: RTS |
|
|
Source code |
1 2 3 4 |
.BASIC 10 sys @CODESTART .DATA .CODE CODESTART: LDA #$FF STA $D400LOOP: LDA $D400 STA $D020 BNE LOOP JMP CODESTART RTS |
Und es gibt zudem auch noch ein EasterEgg, drück mal ALT+T![]()
Klasse!
spider-j: Ja, der 64-Bit Linux Build ist noch etwas hakig.
Ich vermute mal, dass es an der leicht anderen Syntax beim Micro64 Assembler liegt. Für welchen Assembler ist dein ASM Source ursprünglich geschrieben?Holla, nicht schlecht die IDE!
Bei einem Test mit meinem aktuellen Project J-Source hängt sich die IDE scheinbar bei Compile weg. Auf Anfrage stelle ich den Code gerne zur Verfügung.
Forum Software: Burning Board® 3.1.7, developed by WoltLab® GmbH